Skip to content

Commit

Permalink
Merge pull request #1178 from gibizer/18.0-fr1-renovate
Browse files Browse the repository at this point in the history
[renovate]Run make force-dep
  • Loading branch information
openshift-merge-bot[bot] authored Nov 12, 2024
2 parents c7b0c64 + 3824417 commit 4eb08e1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"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-operator/apis"],
"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 4eb08e1

Please sign in to comment.