Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ updates:
cooldown:
default-days: 3
groups:
codeql-action:
patterns: ["github/codeql-action*"]
actions-patch:
exclude-patterns: ["github/codeql-action*"]
update-types: ["patch"]

# npm (Docusaurus site)
Expand Down Expand Up @@ -82,13 +85,21 @@ updates:
cooldown:
default-days: 7
semver-major-days: 30
ignore:
# hive/statedb/stream versions are pinned by cilium/cilium's go.mod;
# they can only move when cilium/cilium moves.
- dependency-name: "github.com/cilium/hive"
- dependency-name: "github.com/cilium/statedb"
- dependency-name: "github.com/cilium/stream"
groups:
k8s:
patterns:
- "k8s.io/*"
- "sigs.k8s.io/*"
- "helm.sh/helm/v3"
- "sigs.k8s.io/cloud-provider-azure/pkg/azclient/configloader"
exclude-patterns:
- "sigs.k8s.io/cloud-provider-azure/*"
- "sigs.k8s.io/cloud-provider-azure/pkg/azclient"
update-types: ["patch", "minor"]
cilium:
patterns:
Expand All @@ -106,4 +117,4 @@ updates:
otel:
patterns:
- "go.opentelemetry.io/*"
update-types: ["patch"]
update-types: ["patch", "minor"]
Loading