Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed May 12, 2024
1 parent f14abda commit c916f53
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"rebaseWhen": "never",
"prConcurrentLimit": 5,
Expand All @@ -11,13 +11,13 @@
"regexManagers": [
{
"fileMatch": [
"^kubernetes.sh$",
"^kubernetes.sh$"
],
"matchStrings": [
"KIND_VERSION=${KIND_VERSION:-v(?<currentValue>.+?)}",
"KIND_VERSION=${KIND_VERSION:-v(?<currentValue>.+?)}"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "kubernetes-sigs/kind",
"depNameTemplate": "kubernetes-sigs/kind"
}
],
"packageRules": [
Expand Down

0 comments on commit c916f53

Please sign in to comment.