ci: add Docker base images to Dependabot schedule

This commit is contained in:
kumarabhirup 2026-02-22 00:38:13 -08:00
parent 7e894b5199
commit e5a3b3685f
No known key found for this signature in database
GPG Key ID: DB7CA2289CAB0167

View File

@ -47,3 +47,19 @@ updates:
- minor
- patch
open-pull-requests-limit: 5
# Docker base images (root Dockerfiles)
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
cooldown:
default-days: 7
groups:
docker-images:
patterns:
- "*"
update-types:
- minor
- patch
open-pull-requests-limit: 5