mirror of
https://github.com/actions/container-action.git
synced 2025-06-14 01:07:42 +00:00
Group dependencies
This commit is contained in:
parent
cd1e394d28
commit
1f841d937e
20
.github/dependabot.yml
vendored
20
.github/dependabot.yml
vendored
@ -1,11 +1,21 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
|
||||
- package-ecosystem: docker
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
docker-minor:
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
groups:
|
||||
actions-minor:
|
||||
update-types:
|
||||
- minor
|
||||
- patch
|
||||
|
Loading…
x
Reference in New Issue
Block a user