2022-10-29 23:34:13 +00:00
|
|
|
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
|
2020-12-20 12:29:00 +00:00
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: "pip"
|
2022-03-10 14:58:50 +00:00
|
|
|
open-pull-requests-limit: 1
|
2020-12-20 12:29:00 +00:00
|
|
|
directory: "/requirements"
|
|
|
|
schedule:
|
2021-04-18 15:01:16 +00:00
|
|
|
interval: "monthly"
|
2021-11-04 21:49:50 +00:00
|
|
|
- package-ecosystem: "github-actions"
|
2022-03-10 14:58:50 +00:00
|
|
|
open-pull-requests-limit: 1
|
|
|
|
directory: "/.github/workflows"
|
|
|
|
schedule:
|
|
|
|
interval: "monthly"
|