diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..710b0280 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,20 @@ +version: 2 + +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + groups: + all_dependencies: + patterns: + - "*" + + - package-ecosystem: pip + directory: / + schedule: + interval: monthly + groups: + all_dependencies: + patterns: + - "*"