Skip to content

Commit

Permalink
sync config with renovate-central
Browse files Browse the repository at this point in the history
  • Loading branch information
rhods-devops-app[bot] committed Jan 27, 2025
1 parent 12256c2 commit 9b1eac4
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"branchPrefix": "renovate/",
"baseBranches": ["main", "rhoai-2.16", "rhoai-2.17"],
"baseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13", "rhoai-2.18"],
"ignoreTests": true,
"automergeType": "pr",
"automerge": true,
"enabledManagers": ["dockerfile", "tekton", "rpm"],
"packageRules": [
{
"matchManagers": ["dockerfile"],
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17"],
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13"],
"matchUpdateTypes": ["digest"],
"matchFileNames": ["*Dockerfile.konflux*"],
"enabled": true,
Expand All @@ -21,9 +21,14 @@
"branchPrefix": "renovate/docker-main/",
"semanticCommits": "enabled"
},
{
"matchManagers": ["dockerfile"],
"matchBaseBranches": ["rhoai-2.18"],
"enabled": false
},
{
"matchManagers": ["tekton"],
"matchBaseBranches": ["rhoai-2.16", "rhoai-2.17"],
"matchBaseBranches": ["rhoai-2.16", "rhoai-2.17", "rhoai-2.13"],
"matchUpdateTypes": ["digest"],
"enabled": true,
"groupName": "Tekton Updates",
Expand All @@ -37,7 +42,7 @@
},
{
"matchManagers": ["rpm"],
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17"],
"matchBaseBranches": ["main", "rhoai-2.16", "rhoai-2.17", "rhoai-2.13"],
"groupName": "RPM Updates",
"commitMessageTopic": "RPM updates",
"enabled": true,
Expand Down

0 comments on commit 9b1eac4

Please sign in to comment.