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