Skip to content

Commit 09871ee

Browse files
chore(config): migrate config renovate.json (#66)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5336d3a commit 09871ee

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
{
55
"customType": "regex",
66
"datasourceTemplate": "{{#if (equals datasource 'github')}}github-tags{{else}}{{{datasource}}}{{/if}}",
7-
"fileMatch": ["^.*$"],
7+
"managerFilePatterns": [
8+
"/^.*$/"
9+
],
810
"matchStrings": [
911
"\\s*#\\s?renovate: (?<datasource>.*?)=(?<depName>.*?)(\\s+versioning=(?<versioning>.*?))?\\s+[\\w+\\.\\-]+(?:[:=]|\\s+\\S+)\\s*[\\\"']?(?<currentValue>[\\w+\\.\\-]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\\\"']?"
1012
],
@@ -25,7 +27,12 @@
2527
{
2628
"automerge": true,
2729
"automergeStrategy": "rebase",
28-
"matchUpdateTypes": ["patch", "pin", "lockFileMaintenance", "digest"]
30+
"matchUpdateTypes": [
31+
"patch",
32+
"pin",
33+
"lockFileMaintenance",
34+
"digest"
35+
]
2936
}
3037
]
3138
}

0 commit comments

Comments
 (0)