Skip to content

Commit 9181d91

Browse files
Migrate renovate config (#5)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 936bc87 commit 9181d91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"enabled": true
2020
},
2121
{
22-
"groupName": ["node dependencies"],
22+
"groupName": "node dependencies",
2323
"matchManagers": ["npm"],
2424
"enabled": true,
2525
"separateMajorMinor": true,
@@ -43,7 +43,7 @@
4343
"customManagers": [
4444
{
4545
"customType": "regex",
46-
"fileMatch": ["."],
46+
"managerFilePatterns": ["/./"],
4747
"matchStrings": [
4848
"[\\t ]*(?:#|//) ?renovate: (?<datasource>git-refs)=(?<depName>\\S+)(?: branch=(?<currentValue>\\S+))?[\\t ]*\\r?\\n.+?[:=][\\t ]*[\"']?(?<currentDigest>[a-f0-9]+)[\"']?",
4949
"[\\t ]*(?:#|//) ?renovate: (?<datasource>[^=]+)=(?<depName>\\S+)(?: registry=(?<registryUrl>\\S+))?(?: versioning=(?<versioning>\\S+))?[\\t ]*\\r?\\n.+?[:=][\\t ]*[\"']?(?<currentValue>[^@\\s\"'=]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
@@ -54,13 +54,13 @@
5454
},
5555
{
5656
"customType": "regex",
57-
"fileMatch": ["Makefile"],
57+
"managerFilePatterns": ["/Makefile/"],
5858
"matchStrings": ["go run (?<depName>\\S+)@(?<currentValue>\\S+)"],
5959
"datasourceTemplate": "go"
6060
},
6161
{
6262
"customType": "regex",
63-
"fileMatch": ["(^|/).+\\.yaml$"],
63+
"managerFilePatterns": ["/(^|/).+\\.yaml$/"],
6464
"matchStrings": [
6565
"[\\t ]*image:[\\t ]*\\r?\\n[\\t ]*registry:[\\t ]*[\"']?(?<registry>.*?)[\"']?[\\t ]*\\r?\\n[\\t ]*(?:repository|name):[\\t ]*[\"']?(?<repository>.*?)[\"']?[\\t ]*\\r?\\n[\\t ]*tag:[\\t ]*[\"']?(?<currentValue>[\\w\\.+-]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?",
6666
"[\\t ]*image:[\\t ]*[\"']?(?<registry>.+\\..+?)/(?<repository>.*?):(?<currentValue>[\\w\\.+-]*)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"

0 commit comments

Comments
 (0)