Update dependabot.yml
This commit is contained in:
parent
a4ae4feb1f
commit
e4e42b94a3
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]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user