diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba2a004..65104cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,10 +5,12 @@ version: 2 updates: - package-ecosystem: github-actions directory: / + groups: {any: {patterns: ['*']}} schedule: {interval: monthly} assignees: [tarampampam] - package-ecosystem: docker directory: / + groups: {any: {patterns: ['*']}} schedule: {interval: monthly} assignees: [tarampampam]