diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0701279a..7e4757a5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,17 @@ updates: directory: / # Location of package manifests schedule: interval: weekly + groups: + gomod: + applies-to: version-updates + dependency-type: production - package-ecosystem: github-actions target-branch: v3 directory: / schedule: - interval: weekly \ No newline at end of file + interval: weekly + groups: + github-actions: + applies-to: version-updates + dependency-type: production