Skip to content

Commit

Permalink
Merge pull request #307 from gibizer/fr1-renovate
Browse files Browse the repository at this point in the history
[18.0-fr1][renovate]Run make force-dep
  • Loading branch information
openshift-merge-bot[bot] authored Nov 20, 2024
2 parents d11f080 + e870776 commit 10d13cf
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
{
"extends": [
"github>openstack-k8s-operators/renovate-config:default.json5"
"github>openstack-k8s-operators/renovate-config:stable.json5"
],
"baseBranches": [
"main"
],
"useBaseBranchConfig": "merge",
"commitMessageExtra": "",
"prBodyColumns": ["Package"],
"packageRules": [
{
"matchPackageNames": [
Expand All @@ -16,6 +18,8 @@
],
"postUpgradeTasks": {
"commands": [
"git reset --hard HEAD",
"make force-bump",
"make gowork",
"make tidy",
"make manifests generate"
Expand All @@ -26,6 +30,6 @@
"**/*.go",
"**/*.yaml"
],
"executionMode": "update"
"executionMode": "branch"
}
}

0 comments on commit 10d13cf

Please sign in to comment.