Skip to content

Commit

Permalink
chore(renovate): fix some rules
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Tsao <ktsao@redhat.com>
  • Loading branch information
kim-tsao committed Nov 29, 2024
1 parent 03691d2 commit 9190602
Showing 1 changed file with 23 additions and 9 deletions.
32 changes: 23 additions & 9 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,21 @@
],
"automerge": false
},
{
"description": "Do NOT generate PRs for minor dockerfile updates in 1.y ",
"enabled": false,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"minor"
],
"matchBaseBranches": [
"/^release-1\\.3/",
"/^1\\.2\\.x/"
],
"automerge": false
},
{
"description": "Do automerge patch updates to dockerfiles",
"enabled": true,
Expand All @@ -51,17 +66,16 @@
"pinDigests": false
},
{
"description": "k8s go: patch updates only in 1.y (these branches use go < 1.22)",
"description": "k8s go: disable minor updates in 1.y (these branches use go < 1.22)",
"enabled": false,
"groupName": "k8s-go 1.y",
"matchDatasources": [
"go"
],
"matchUpdateTypes": [
"patch",
"digest"
"minor"
],
"baseBranches": [
"matchBaseBranches": [
"/^release-1\\.3/",
"/^1\\.2\\.x/"
],
Expand All @@ -75,16 +89,16 @@
]
},
{
"description": "ginkgo: patch updates only in 1.y (disabled because Go 1.22+ is required since ginkgo 2.20.2)",
"description": "ginkgo: disable minor updates only in 1.y (disabled because Go 1.22+ is required since ginkgo 2.20.2)",
"enabled": false,
"groupName": "ginkgo 1.y",
"matchDatasources": [
"go"
],
"matchUpdateTypes": [
"patch"
"minor"
],
"baseBranches": [
"matchBaseBranches": [
"/^release-1\\.3/",
"/^1\\.2\\.x/"
],
Expand All @@ -101,9 +115,9 @@
"go"
],
"matchUpdateTypes": [
"patch"
"minor"
],
"baseBranches": [
"matchBaseBranches": [
"/^release-1\\..*/",
"/^1\\.2\\.x/"
],
Expand Down

0 comments on commit 9190602

Please sign in to comment.