summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-08-02 11:15:56 +0200
committerGitHub <noreply@github.com>2021-08-02 11:15:56 +0200
commit34ffd08187d49b2e5de387f63662c18fda800064 (patch)
tree03a8bacb6b745d15b59b8aead098d69e2275d3a5 /.github
parent83b973d401296a52213efa374655a8a195857f98 (diff)
parent4ca318aad234fccfb4cdba729feb1ccc019c1da4 (diff)
downloadsearxng-34ffd08187d49b2e5de387f63662c18fda800064.tar.gz
searxng-34ffd08187d49b2e5de387f63662c18fda800064.zip
Merge pull request #235 from searxng/dependabot-npm
dependabot.yml: check npm packages
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index d2ba03ff2..0265e11fb 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -8,3 +8,17 @@ updates:
day: "friday"
open-pull-requests-limit: 5
target-branch: "master"
+ - package-ecosystem: "npm"
+ directory: "/searx/static/themes/oscar"
+ schedule:
+ interval: "weekly"
+ day: "friday"
+ open-pull-requests-limit: 5
+ target-branch: "master"
+ - package-ecosystem: "npm"
+ directory: "/searx/static/themes/simple"
+ schedule:
+ interval: "weekly"
+ day: "friday"
+ open-pull-requests-limit: 5
+ target-branch: "master"