Skip to content

Commit

Permalink
reorg dockerfile 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 Jan 19, 2025
1 parent cacdb0c commit af0d328
Showing 1 changed file with 11 additions and 26 deletions.
37 changes: 11 additions & 26 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,49 +57,34 @@
"docker"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"matchBaseBranches": [
"main"
],
"matchFileNames": [
".ibm/images/Dockerfile"
],
"additionalBranchPrefix": "test-dockerfile ",
"groupName": "All Test dockerfile patch image updates",
"automerge": false
},
{
"enabled":true,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchBaseBranches": [
"main",
"/^release-1\\..*/"
],
"additionalBranchPrefix": "dockerfile ",
"groupName": "All dockerfile patch image updates",
"groupName": "All dockerfile non-major image updates",
"automerge": false
},
},
{
"enabled":true,
"matchDatasources": [
"docker"
],
"matchUpdateTypes": [
"patch",
"minor"
],
"matchBaseBranches": [
"main",
"/^release-1\\..*/"
],
"additionalBranchPrefix": "dockerfile ",
"groupName": "All dockerfile minor image updates",
"main"
],
"matchFileNames": [
".ibm/images/Dockerfile"
],
"additionalBranchPrefix": "test-dockerfile ",
"groupName": "All Test dockerfile patch image updates",
"automerge": false
},
{
Expand Down

0 comments on commit af0d328

Please sign in to comment.