2024-03-09 11:10:15 +01:00
|
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
2021-02-16 18:41:34 +01:00
|
|
|
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"
|
2024-03-09 11:10:15 +01:00
|
|
|
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"
|
2024-03-09 11:10:15 +01:00
|
|
|
commit-message:
|
|
|
|
prefix: "[upd] npm:"
|