Skip to content

Commit 4318edc

Browse files
authored
Merge pull request #282 from Luap99/renovate
renovate: schema fix
2 parents fce26c0 + 11b395b commit 4318edc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050
*** Repository-specific configuration options ***
5151
*************************************************/
5252

53-
// Don't leave dep. update. PRs "hanging", assign them to people.
54-
// "assignees": ["rhatdan", "vrothberg", "Luap99"],
5553
"postUpdateOptions": [
5654
"gomodVendor",
5755
"gomodTidy"
@@ -60,7 +58,9 @@
6058
"customManagers": [
6159
{
6260
"customType": "regex",
63-
"fileMatch": "^.github/workflows/validate.yml$",
61+
"managerFilePatterns": [
62+
'/^.github/workflows/validate.yml$/',
63+
],
6464
"matchStrings": [
6565
"LINT_VERSION:\\s+(?<currentValue>.+)\\s*"
6666
],

0 commit comments

Comments
 (0)