Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammadi Iram <[email protected]>
  • Loading branch information
MohammadiIram authored Nov 25, 2024
1 parent e03861a commit a735263
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@
"config:recommended"
],
"branchPrefix": "renovate/",
"baseBranches": ["main", "test-1"],
"baseBranches": ["main", "rhoai-2.16"],
"enabledManagers": ["dockerfile", "tekton", "rpm"],
"dockerfile": {
"schedule": ["at any time"],
"enabled": true,
"additionalBranchPrefix": "{{baseBranch}}/",
"branchPrefix": "konflux/mintmaker/",
"packageRules": [
{
"matchBaseBranches": ["main"],
"schedule": ["at any time"],
"matchFileNames": ["*Dockerfile.konflux*"],
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],
"enabled": false
},
{
"matchUpdateTypes": ["digest"],
"enabled": true,
"groupName": "Dockerfile Digest Updates",
"branchPrefix": "konflux/digest-update/",
"prBodyTemplate": "Updates Docker image digest for {{packageName}} to {{newVersion}}"
"matchFileNames": ["*Dockerfile.konflux*"],
"enabled": true
}
]
},
Expand All @@ -31,8 +31,9 @@
"includePaths": [
".tekton/**"
],
"matchBaseBranches": ["test-1"],
"schedule": ["at any time"],
"ignoreTests": true,
"automergeType": "pr",
"automerge": true,
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],
Expand Down

0 comments on commit a735263

Please sign in to comment.