Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 7e7b773

Browse files
authored
Merge pull request #93 from BlaineEXE/dependabot-separate-controller-runtime
separate controller-runtime in dependabot config
2 parents 8d98837 + 82e127f commit 7e7b773

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ updates:
1414
patterns:
1515
- "k8s.io*"
1616
- "sigs.k8s.io*"
17+
exclude-patterns:
18+
# controller-runtime has history of breaking API changes more often than other k8s projects
19+
- "sigs.k8s.io/controller-runtime"
1720
github-dependencies:
1821
patterns:
1922
- "github.com*"

0 commit comments

Comments
 (0)