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.
1 parent 4ccba7e commit 926e2bbCopy full SHA for 926e2bb
renovate.json
@@ -6,8 +6,8 @@
6
"customManagers": [
7
{
8
"customType": "regex",
9
- "fileMatch": [
10
- "^\\.github/workflows/.+\\.yml$"
+ "managerFilePatterns": [
+ "/^\\.github/workflows/.+\\.yml$/"
11
],
12
"matchStrings": [
13
"Install-Module (?<depName>\\S+?) -RequiredVersion (?<currentValue>\\S+)"
0 commit comments