searxng/.github/dependabot.yml

18 lines
485 B
YAML
Raw Normal View History

# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5
2021-02-16 17:42:44 +00:00
target-branch: "master"
2021-07-31 07:56:57 +00:00
- package-ecosystem: "npm"
directory: "/searx/static/themes/simple"
schedule:
interval: "weekly"
day: "friday"
open-pull-requests-limit: 5
target-branch: "master"