diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 567aeae..bba5804 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,5 +3,26 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates schedule: - interval: weekly + interval: monthly + + - package-ecosystem: gomod + directory: / + commit-message: + prefix: chore + groups: + all: + patterns: + - "*" + labels: + - automated-dependency-updates + schedule: + interval: monthly