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 67fecbb commit 40ea64bCopy full SHA for 40ea64b
renovate.json
@@ -1,5 +1,15 @@
1
{
2
- "extends": [
3
- "config:recommended"
+ "extends": ["config:recommended"],
+ "regexManagers": [
4
+ {
5
+ "fileMatch": ["^.circleci/config\\.ya?ml$"],
6
+ "matchStrings": [
7
+ "image: (?<depName>[^:@\\s]+)(:(?<currentValue>[\\w.-]+))?",
8
+ "circleci/(?<depName>[^@\\s]+)@(?<currentValue>[\\d.]+)"
9
+ ],
10
+ "datasourceTemplate": "docker",
11
+ "versioningTemplate": "docker"
12
+ }
13
]
-}
14
15
+
0 commit comments