Skip to content

Commit 99c539a

Browse files
committed
Update renovate config.
1 parent b0f6f04 commit 99c539a

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

renovate.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"fileMatch": "[\\w\\-]+\\.toml$",
1515
"matchStringsStrategy": "combination",
1616
"matchStrings": [
17-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
17+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
1818
"\nid\\s+=\\s+\"pkg:github\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\"",
1919
"# renovate:datasource=git-refs[\\s\\S]*pkg:github\\/(?<packageName>.+)@(?<currentDigest>[^\\s\\?#]+)",
2020
"# renovate:.*versioning=(?<versioning>[^,\n]+)",
@@ -29,7 +29,7 @@
2929
"fileMatch": "[\\w\\-]+\\.toml$",
3030
"matchStringsStrategy": "combination",
3131
"matchStrings": [
32-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
32+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
3333
"\nid\\s+=\\s+\"pkg:cargo\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\"",
3434
"\\?.*repository_url=(?<githubRepo>https:\\/\\/github\\.com)\\/(?<packageName>[^\\s&]+)",
3535
"# renovate:.*versioning=(?<versioning>[^,\n]+)"
@@ -41,7 +41,7 @@
4141
"fileMatch": "[\\w\\-]+\\.toml$",
4242
"matchStringsStrategy": "combination",
4343
"matchStrings": [
44-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
44+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
4545
"\nid\\s+=\\s+\"pkg:golang\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\""
4646
],
4747
"datasourceTemplate": "go"
@@ -50,7 +50,7 @@
5050
"fileMatch": "[\\w\\-]+\\.toml$",
5151
"matchStringsStrategy": "combination",
5252
"matchStrings": [
53-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
53+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
5454
"\nid\\s+=\\s+\"pkg:gem\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\""
5555
],
5656
"datasourceTemplate": "rubygems"
@@ -59,7 +59,7 @@
5959
"fileMatch": "[\\w\\-]+\\.toml$",
6060
"matchStringsStrategy": "combination",
6161
"matchStrings": [
62-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
62+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
6363
"\nid\\s+=\\s+\"pkg:composer\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\""
6464
],
6565
"datasourceTemplate": "packagist"
@@ -68,7 +68,7 @@
6868
"fileMatch": "[\\w\\-]+\\.toml$",
6969
"matchStringsStrategy": "combination",
7070
"matchStrings": [
71-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
71+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
7272
"\nid\\s+=\\s+\"pkg:(?<datasource>npm|pypi|nuget)\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\""
7373
],
7474
"datasourceTemplate": "{{datasource}}"
@@ -77,7 +77,7 @@
7777
"fileMatch": "[\\w\\-]+\\.toml$",
7878
"matchStringsStrategy": "combination",
7979
"matchStrings": [
80-
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
80+
"\Aid\\s+=\\s+\"(?<depName>.+)\"",
8181
"\nid\\s+=\\s+\"pkg:generic\\/(?<packageName>.+)@(?<currentValue>[^\\s\\?#]+)\"",
8282
"# renovate:.*versioning=(?<versioning>[^,\n]+)",
8383
"# renovate:.*datasource=(?<datasource>[^,\n]+)"

0 commit comments

Comments
 (0)