diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0fe9b70d..742e69e7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,11 @@ updates: - "*" exclude-patterns: - "werkzeug" + - package-ecosystem: github-actions + directory: / + groups: + github-actions: + patterns: + - "*" + schedule: + interval: "monthly"