Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 943a11e commit ea6f571
Showing 1 changed file with 19 additions and 13 deletions.
32 changes: 19 additions & 13 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@
"config:best-practices"
],
"vulnerabilityAlerts": {
"labels": ["security"],
"labels": [
"security"
],
"automerge": true,
"assignees": ["@ekristen"]
"assignees": [
"@ekristen"
]
},
"postUpdateOptions": [
"gomodUpdateImportPaths",
Expand All @@ -27,11 +31,9 @@
],
"groupName": "kubernetes",
"groupSlug": "kubernetes",
"matchPackagePatterns": [
"^k8s.io/"
],
"matchPackageNames": [
"bitnami/kubectl"
"bitnami/kubectl",
"/^k8s.io//"
]
},
{
Expand All @@ -43,14 +45,16 @@
"digest"
],
"automerge": true,
"labels": ["patch"]
"labels": [
"patch"
]
},
{
"matchPackagePatterns": [
"^golang.*"
],
"groupName": "golang",
"groupSlug": "golang"
"groupSlug": "golang",
"matchPackageNames": [
"/^golang.*/"
]
},
{
"matchFileNames": [
Expand All @@ -63,17 +67,19 @@
"automerge": true
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
".*.go$"
],
"matchStrings": [
"\"(?<currentValue>.*)\" \/\/ renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s"
"\"(?<currentValue>.*)\" // renovate: datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s"
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
},
{
"customType": "regex",
"fileMatch": [
"^.github/workflows/.*"
],
Expand Down

0 comments on commit ea6f571

Please sign in to comment.