Skip to content

Commit

Permalink
Merge pull request #428 from gibizer/use-dev-preview-renovate
Browse files Browse the repository at this point in the history
Use dev-preview shared renovate config on dev-preview branch
  • Loading branch information
openshift-merge-robot authored Sep 27, 2023
2 parents 9dec573 + 4de7a59 commit 1d7a0c3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"github>openstack-k8s-operators/renovate-config"
"github>openstack-k8s-operators/renovate-config:dev-preview.json"
],
"constraints": {
"go": "1.19"
Expand All @@ -10,10 +10,5 @@
"matchPackageNames": ["github.com/openstack-k8s-operators/openstack-operator/apis"],
"enabled": false
}
],
"postUpgradeTasks": {
"commands": ["make gowork", "make tidy", "make manifests generate"],
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
"executionMode": "update"
}
]
}

0 comments on commit 1d7a0c3

Please sign in to comment.