mirror of
https://github.com/orhun/git-cliff-action.git
synced 2026-03-22 07:25:43 +08:00
chore(dependabot): track docker dependencies (#26)
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
This commit is contained in:
13
.github/dependabot.yml
vendored
13
.github/dependabot.yml
vendored
@@ -13,3 +13,16 @@ updates:
|
|||||||
patch:
|
patch:
|
||||||
update-types:
|
update-types:
|
||||||
- "patch"
|
- "patch"
|
||||||
|
# Maintain dependencies for docker
|
||||||
|
- package-ecosystem: docker
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
groups:
|
||||||
|
minor:
|
||||||
|
update-types:
|
||||||
|
- "minor"
|
||||||
|
patch:
|
||||||
|
update-types:
|
||||||
|
- "patch"
|
||||||
Reference in New Issue
Block a user