1
0
mirror of https://github.com/dockur/windows.git synced 2026-07-27 21:42:36 +07:00

build: Update dependabot config (#1973)

This commit is contained in:
Kroese
2026-07-26 01:12:41 +02:00
committed by GitHub
parent 11b300149f
commit f45575c13f
+7
View File
@@ -1,4 +1,5 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: docker - package-ecosystem: docker
directory: / directory: /
@@ -6,9 +7,15 @@ updates:
interval: weekly interval: weekly
cooldown: cooldown:
default-days: 7 default-days: 7
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: / directory: /
schedule: schedule:
interval: weekly interval: weekly
cooldown: cooldown:
default-days: 7 default-days: 7
ignore:
- dependency-name: "*"
update-types:
- version-update:semver-minor
- version-update:semver-patch