Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent c65dc7d commit 319332d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{
"description": "Enable go dependency - github.com/kong/kubernetes-configuration - which is not handled by dependabot.",
"matchManagers": [
"gomod"
"gomod"
],
"enabled": true,
"matchPackageNames": [
Expand All @@ -118,7 +118,9 @@
"matchManagers": [
"custom.regex"
],
"packageNames": ["kubernetes-sigs/kustomize"],
"matchPackageNames": [
"kubernetes-sigs/kustomize"
],
"extractVersion": "^kustomize\\/v(?<version>\\d+\\.\\d+\\.\\d+)$"
}
]
Expand Down

0 comments on commit 319332d

Please sign in to comment.