Skip to content

Commit 921bbf3

Browse files
chore(renovate): update rate limit (#490)
1 parent 1d78adf commit 921bbf3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/renovate.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"config:recommended"
1212
],
1313
"platformAutomerge": true,
14+
"prConcurrentLimit": 0,
1415
"ignorePaths": [
1516
"**/docs/**",
1617
"**/charts/**"
@@ -67,8 +68,8 @@
6768
},
6869
{
6970
"automerge": true,
70-
"groupName": "Dockerfile Dependecies",
71-
"groupSlug": "dockerfile-dependecies",
71+
"groupName": "Dockerfile Dependencies",
72+
"groupSlug": "dockerfile-dependencies",
7273
"semanticCommitType": "fix",
7374
"matchPackageNames": [
7475
"alpine_*"
@@ -89,7 +90,7 @@
8990
{
9091
"customType": "regex",
9192
"managerFilePatterns": [
92-
"/Kind\\.cs$"
93+
"/Kind\\.cs$/"
9394
],
9495
"matchStrings": [
9596
"public static string KindVersion = \"v(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\";"
@@ -100,7 +101,7 @@
100101
{
101102
"customType": "regex",
102103
"managerFilePatterns": [
103-
"/Kind\\.cs$"
104+
"/Kind\\.cs$/"
104105
],
105106
"matchStrings": [
106107
"public static string KubernetesVersion = \"kindest/node:v(?<currentValue>[0-9]+\\.[0-9]+\\.[0-9]+)\";"

0 commit comments

Comments
 (0)