Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadiIram authored Nov 18, 2024
1 parent d0e921e commit bf500d0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"config:recommended"
],
"branchPrefix": "renovate/",
"baseBranches": ["dev"],
"baseBranches": ["main", "rhoai-2.16"],
"ignoreTests": true,
"automergeType": "pr",
"automerge": true,
Expand All @@ -13,9 +13,12 @@
"enabled": true,
"additionalBranchPrefix": "{{baseBranch}}/",
"branchPrefix": "konflux/mintmaker/",
"ignoreTests": true,
"automergeType": "pr",
"automerge": true,
"packageRules": [
{
"matchUpdateTypes": ["*"],
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],
"enabled": false
},
{
Expand All @@ -37,11 +40,16 @@
".tekton/**"
],
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "pin", "pinDigest", "patch", "bump"],
"enabled": false
},
{
"matchPackagePatterns": [
"^quay.io/redhat-appstudio-tekton-catalog/",
"^quay.io/konflux-ci/tekton-catalog/"
],
"matchUpdateTypes": ["digest"],
"enabled": true,
"groupName": "Konflux references",
"branchPrefix": "konflux/references/",
Expand Down

0 comments on commit bf500d0

Please sign in to comment.