diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 602959ea..90093a57 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,12 +4,17 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + actions-all: + patterns: + - "*" - package-ecosystem: docker directory: / schedule: - interval: daily + interval: "weekly"