Skip to content

Commit

Permalink
Merge pull request #120 from kube-logging/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
csatib02 authored Dec 17, 2024
2 parents b847dcf + 297f58a commit fb6571b
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,25 @@
"osvVulnerabilityAlerts": true,
"packageRules": [
{
"matchPackageNames": ["k8s.io/client-go"],
"matchPackageNames": [
"k8s.io/client-go"
],
"allowedVersions": "/^v[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?$/"
},
{
"matchUpdateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"enabled": false
},
{
"matchUpdateTypes": ["minor"],
"matchPackagePrefixes": ["k8s.io"],
"stabilityDays": 60
"matchUpdateTypes": [
"minor"
],
"minimumReleaseAge": "60 days",
"matchPackageNames": [
"k8s.io{/,}**"
]
},
{
"matchFileNames": [
Expand All @@ -72,8 +80,15 @@
"gomodUpdateImportPaths"
],
"postUpgradeTasks": {
"commands": ["make tidy, make generate"],
"fileFilters": ["**/go.mod", "**/go.sum", "**/*.go", "**/*.yaml"],
"commands": [
"make tidy, make generate"
],
"fileFilters": [
"**/go.mod",
"**/go.sum",
"**/*.go",
"**/*.yaml"
],
"executionMode": "branch"
},
"printConfig": false,
Expand Down

0 comments on commit fb6571b

Please sign in to comment.