We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fce26c0 + 11b395b commit 4318edcCopy full SHA for 4318edc
.github/renovate.json5
@@ -50,8 +50,6 @@
50
*** Repository-specific configuration options ***
51
*************************************************/
52
53
- // Don't leave dep. update. PRs "hanging", assign them to people.
54
- // "assignees": ["rhatdan", "vrothberg", "Luap99"],
55
"postUpdateOptions": [
56
"gomodVendor",
57
"gomodTidy"
@@ -60,7 +58,9 @@
60
58
"customManagers": [
61
59
{
62
"customType": "regex",
63
- "fileMatch": "^.github/workflows/validate.yml$",
+ "managerFilePatterns": [
+ '/^.github/workflows/validate.yml$/',
+ ],
64
"matchStrings": [
65
"LINT_VERSION:\\s+(?<currentValue>.+)\\s*"
66
],
0 commit comments