Merge pull request #1257 from fluxcd/dependabot-schedule

Update dependabot config
This commit is contained in:
Stefan Prodan 2025-07-15 10:53:11 +03:00 committed by GitHub
commit 0971d38c41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@ updates:
- dependency-name: "github.com/opencontainers/*"
# Helm deps are updated by fluxcd/pkg/helmtestserver
- dependency-name: "helm.sh/helm/*"
- dependency-name: "github.com/Masterminds/semver/*"
# Flux APIs are updated at release time
- dependency-name: "github.com/fluxcd/helm-controller/api"
- dependency-name: "github.com/fluxcd/source-controller/api"
@ -35,4 +36,4 @@ updates:
patterns:
- "*"
schedule:
interval: "daily"
interval: "monthly"