chore(deps): support K8s 1.34 and Go 1.25
outside of the release branches.
This commit is contained in:
parent
9ff08a4660
commit
ffa6fffa4d
12
default.json
12
default.json
|
|
@ -10,7 +10,7 @@
|
||||||
"automergeStrategy": "merge-commit",
|
"automergeStrategy": "merge-commit",
|
||||||
"prConcurrentLimit": 0,
|
"prConcurrentLimit": 0,
|
||||||
"constraints": {
|
"constraints": {
|
||||||
"go": "<1.25"
|
"go": "<1.26"
|
||||||
},
|
},
|
||||||
"postUpdateOptions": [
|
"postUpdateOptions": [
|
||||||
"gomodTidy",
|
"gomodTidy",
|
||||||
|
|
@ -309,7 +309,7 @@
|
||||||
"!k8s.io/kubernetes",
|
"!k8s.io/kubernetes",
|
||||||
"k8s.io/**"
|
"k8s.io/**"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<0.34.0"
|
"allowedVersions": "<0.35.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["gomod"],
|
"matchManagers": ["gomod"],
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
"rancher/kubectl"
|
"rancher/kubectl"
|
||||||
],
|
],
|
||||||
"groupName": "gomod-k8s-dependencies",
|
"groupName": "gomod-k8s-dependencies",
|
||||||
"allowedVersions": "<1.34.0"
|
"allowedVersions": "<1.35.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
|
@ -351,13 +351,13 @@
|
||||||
"registry.suse.com/bci/golang",
|
"registry.suse.com/bci/golang",
|
||||||
"registry.opensuse.org/opensuse/bci/golang"
|
"registry.opensuse.org/opensuse/bci/golang"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<1.25.0"
|
"allowedVersions": "<1.26.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": [
|
"matchDatasources": [
|
||||||
"golang-version"
|
"golang-version"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<1.25.0"
|
"allowedVersions": "<1.26.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"allowedVersions": "<1.0.0",
|
"allowedVersions": "<1.0.0",
|
||||||
|
|
@ -394,7 +394,7 @@
|
||||||
"registry.suse.com/bci/golang",
|
"registry.suse.com/bci/golang",
|
||||||
"registry.opensuse.org/opensuse/bci/golang"
|
"registry.opensuse.org/opensuse/bci/golang"
|
||||||
],
|
],
|
||||||
"matchCurrentValue": "1.24",
|
"matchCurrentValue": "1.25",
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
"kubernetes/kubernetes",
|
"kubernetes/kubernetes",
|
||||||
"k8s.io/kubernetes"
|
"k8s.io/kubernetes"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<1.34.0"
|
"allowedVersions": "<1.35.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": [
|
"matchManagers": [
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
"!k8s.io/kube-openapi/**",
|
"!k8s.io/kube-openapi/**",
|
||||||
"k8s.io/**"
|
"k8s.io/**"
|
||||||
],
|
],
|
||||||
"allowedVersions": "<0.34.0"
|
"allowedVersions": "<0.35.0"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue