diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8fea745..d638029 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,11 +10,23 @@ updates: labels: - dependencies schedule: - interval: daily + interval: "weekly" + groups: + gomod-normal-deps: + update-types: + - patch + - minor + gomod-breaking-deps: + update-types: + - major - package-ecosystem: "github-actions" directory: "/" labels: - dependencies schedule: - interval: "daily" \ No newline at end of file + interval: "weekly" + groups: + actions-deps: + patterns: + - "*"