Skip to content

Commit

Permalink
chore: replace dockerfile renovate config with what's working in the …
Browse files Browse the repository at this point in the history
…rhdh-operator repo, so we get dockerfile updates for the release-1.y branches too (#2185)

Signed-off-by: Nick Boldt <nboldt@redhat.com>
  • Loading branch information
nickboldt authored Jan 14, 2025
1 parent f00166e commit 192d225
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@
":gitSignOff",
":rebaseStalePrs",
"group:allNonMajor",
"docker:disableMajor",
"default:pinDigestsDisabled",
":automergeBranch"
],
"labels": [
"kind/dependency upgrade"
],
"baseBranches": [
"main",
"/^release-1\\..*/"
],
"npm": {
"minimumReleaseAge": "1 day"
},
Expand All @@ -32,19 +37,33 @@
"dependencyDashboardApproval": true,
"description": "require dashboard approval for all python dependencies due to potential conflicts"
},
"packageRules": [
{
"matchCategories": [
"description": "Do NOT generate PRs to pin or apply digests to dockerfiles",
"enabled": false,
"matchDatasources": [
"docker"
],
"digest": {
"enabled": false
}
"matchUpdateTypes": [
"pin",
"pinDigest",
"digest"
],
"automerge": false
},
{
"description": "Do automerge patch updates to dockerfiles",
"enabled": true,
"matchDatasources": [
"docker"
],
"groupName": "Docker base images"
"matchUpdateTypes": [
"patch"
],
"additionalBranchPrefix": "dockerfile ",
"groupName": "All dockerfile images",
"automerge": true,
"pinDigests": false
},
{
"matchDepTypes": [
Expand Down

0 comments on commit 192d225

Please sign in to comment.