diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9771ebb..7deef0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,10 +2,23 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + groups: + actions: + patterns: + - '*' schedule: interval: daily - package-ecosystem: gomod directory: / + groups: + gomod: + patterns: + - '*' + exclude-patterns: + - 'goa.design/*' + update-types: + - minor + - patch schedule: interval: daily ignore: