Merge pull request #235 from searxng/dependabot-npm

dependabot.yml: check npm packages
This commit is contained in:
Alexandre Flament 2021-08-02 11:15:56 +02:00 committed by GitHub
commit 34ffd08187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"