Skip to content

Commit a0f3949

Browse files
Migrate Renovate config (#90)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f84e705 commit a0f3949

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
"extends": [
44
"config:recommended"
55
],
6-
"regexManagers": [
6+
"customManagers": [
77
{
8-
"fileMatch": [
9-
"(^|/)(.*\\.)?Dockerfile$"
8+
"customType": "regex",
9+
"managerFilePatterns": [
10+
"/(^|/)(.*\\.)?Dockerfile$/"
1011
],
1112
"matchStrings": [
1213
"#\\s*renovate:\\s*datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\sENV .*?_VERSION=\"?(?<currentValue>.*?)\"?\\s"

0 commit comments

Comments
 (0)