Update dependabot.yml
This commit is contained in:
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@@ -5,12 +5,12 @@ version: 2
|
|||||||
updates:
|
updates:
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
directory: /
|
directory: /
|
||||||
groups: {any: {patterns: ['*']}}
|
groups: {github-actions: {patterns: ['*']}}
|
||||||
schedule: {interval: monthly}
|
schedule: {interval: monthly}
|
||||||
assignees: [tarampampam]
|
assignees: [tarampampam]
|
||||||
|
|
||||||
- package-ecosystem: docker
|
- package-ecosystem: docker
|
||||||
directory: /
|
directory: /
|
||||||
groups: {any: {patterns: ['*']}}
|
groups: {docker: {patterns: ['*']}}
|
||||||
schedule: {interval: monthly}
|
schedule: {interval: monthly}
|
||||||
assignees: [tarampampam]
|
assignees: [tarampampam]
|
||||||
|
|||||||
Reference in New Issue
Block a user