Skip to content

Commit 40ea64b

Browse files
sevenscsevensc
authored andcommitted
renovate-circleci: added circleci check
1 parent 67fecbb commit 40ea64b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

renovate.json

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
2-
"extends": [
3-
"config:recommended"
2+
"extends": ["config:recommended"],
3+
"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+
}
413
]
5-
}
14+
}
15+

0 commit comments

Comments
 (0)