Skip to content

Commit

Permalink
Merge pull request #237 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 Dec 18, 2024
2 parents 85bf75d + 255b2e8 commit 8399401
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
{
"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": ["github.com/openstack-k8s-operators/openstack-baremetal-operator/api"],
"enabled": false
}
],
"postUpgradeTasks": {
"commands": ["make gowork", "make tidy", "make manifests generate"],
"commands": [
"git reset --hard HEAD",
"make force-bump",
"make gowork",
"make tidy",
"make manifests generate"
],
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
"executionMode": "update"
"executionMode": "branch"
}
}

0 comments on commit 8399401

Please sign in to comment.