Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Apr 27, 2024
1 parent 7084733 commit cf929ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ version: 2
updates:
- package-ecosystem: gomod
directory: /
groups: {any: {patterns: ['*']}}
groups: {gomod: {patterns: ['*']}}
schedule: {interval: monthly}
assignees: [tarampampam]

- 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]

0 comments on commit cf929ab

Please sign in to comment.