Skip to content

Commit

Permalink
Merge pull request #293 from dprince/shared_renovate_config
Browse files Browse the repository at this point in the history
Update to use shared renovate config
  • Loading branch information
dprince authored Jul 22, 2023
2 parents b465a90 + 487a78e commit eba7185
Showing 1 changed file with 2 additions and 36 deletions.
38 changes: 2 additions & 36 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,10 @@
{
"extends": [
"config:base"
"extends": [
"github>openstack-k8s-operators/renovate-config"
],
"dependencyDashboard": true,
"logFileLevel": "trace",
"enabledManagers": ["gomod"],
"postUpdateOptions": ["gomodTidy"],
"constraints": {
"go": "1.19"
},
"schedule":[
"every weekend"
],
"packageRules": [
{
"matchPackageNames": ["github.com/openstack-k8s-operators/ironic-operator/api"],
"enabled": false
},
{
"groupName": "openstack-k8s-operators",
"matchPackagePrefixes": ["github.com/openstack-k8s-operators"],
"excludePackageNames": ["github.com/openstack-k8s-operators/ironic-operator/api"],
"schedule": [
"every weekend"
]
},
{
"groupName": "k8s.io",
"matchPackagePatterns": ["^k8s.io"],
"excludePackagePatterns": ["^k8s.io/kube-openapi"],
"allowedVersions": "< 0.27.0",
"enabled": true
},
{
"groupName": "sigs.k8s.io/controller-runtime",
"matchPackagePatterns": ["^sigs.k8s.io/controller-runtime"],
"allowedVersions": "< 0.15.0",
"enabled": true
}
],
"postUpgradeTasks": {
"commands": ["make gowork", "make tidy", "make manifests generate"],
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
Expand Down

0 comments on commit eba7185

Please sign in to comment.