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 aa59cda commit d7842c4Copy full SHA for d7842c4
renovate.json
@@ -10,7 +10,12 @@
10
"datasourceTemplate": "git-refs"
11
},
12
{
13
- "fileMatch": ["build.yml", "release.yml"],
+ "fileMatch": [
14
+ "build.yml",
15
+ "release.yml",
16
+ "(^|/)(workflow-templates|\\.(?:github|gitea|forgejo)/(?:workflows|actions))/.+\\.ya?ml$",
17
+ "(^|/)action\\.ya?ml$"
18
+ ],
19
"matchStrings": ["depName=(?<depName>.*?)?\\s.*?_VERSION=\"(?<currentValue>.*?)\""],
20
"versioningTemplate": "docker",
21
"datasourceTemplate": "github-releases"
0 commit comments