Commit 9ca1834
committed
Configure dependabot to keep k8s dependencies on 0.31.x
Add dependabot ignore rules to maintain Kubernetes dependencies at
the 0.31.x release line for OpenShift 4.18 / Kubernetes 1.31
compatibility:
- Block all k8s.io/* packages from updating to >= 0.32.0
- Block k8s.io/klog/v2 from updating to >= 3.0.0
- Completely ignore k8s.io/kube-openapi and k8s.io/utils as they
use special version pinning in go.mod replace directives
This allows patch updates within the 0.31.x line while preventing
automatic updates to newer Kubernetes versions that would break
compatibility with OpenShift 4.18.
Co-authored-by: Claude (Anthropic) [email protected]
Signed-off-by: Martin Schuppert <[email protected]>1 parent 3d679bc commit 9ca1834
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
14 | 22 | | |
15 | 23 | | |
16 | 24 | | |
| |||
0 commit comments