1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-21 12:30:17 +02:00
searxng/.github/dependabot.yml

23 lines
607 B
YAML
Raw Normal View History

# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5
2021-02-16 18:42:44 +01:00
target-branch: "master"
commit-message:
prefix: "[upd] pypi:"
2021-07-31 09:56:57 +02:00
- package-ecosystem: "npm"
directory: "/searx/static/themes/simple"
schedule:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5
target-branch: "master"
commit-message:
prefix: "[upd] npm:"