Skip to content
Open
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
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ updates:
commit-message:
prefix: ":seedling:"
target-branch: "main"
# Go modules in release-v2.15 branch
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
ignore:
# Ignore controller-runtime as it's upgraded manually.
- dependency-name: "sigs.k8s.io/controller-runtime"
# Ignore k8s and its transitives modules as they are upgraded manually
# together with controller-runtime.
- dependency-name: "k8s.io/*"
# Ignore wrangler
- dependency-name: "github.com/rancher/wrangler"
- dependency-name: "github.com/rancher/wrangler/v3"
- dependency-name: "go.etcd.io/*"
- dependency-name: "github.com/Azure/azure-sdk-for-go"
commit-message:
prefix: ":seedling:"
target-branch: "release-v2.15"
# Go modules in release-v2.14 branch
- package-ecosystem: "gomod"
directory: "/"
Expand Down