Skip to content

Commit 2918531

Browse files
authored
[dependabot] Ignore k8s api dependencies bumps
We compile and release with the lowest API we support currently, so there is no reason to create bumps for controller-runtime.
1 parent bbc7185 commit 2918531

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ updates:
55
schedule:
66
interval: weekly
77
day: monday
8+
ignore:
9+
- dependency-name: k8s.io/api
10+
- dependency-name: k8s.io/apimachinery
11+
- dependency-name: k8s.io/client-go
12+
- dependency-name: k8s.io/code-generator
13+
- dependency-name: sigs.k8s.io/controller-runtime
814
- package-ecosystem: pip
915
directory: "/"
1016
schedule:

0 commit comments

Comments
 (0)