diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..8ce3b4f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + open-pull-requests-limit: 2 + schedule: + interval: weekly + groups: + github-actions-dependencies: + patterns: + - '*' + cooldown: + default-days: 7