Skip to content

Commit b0f6f04

Browse files
committed
Update renovate config.
1 parent 49ef038 commit b0f6f04

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
@@ -11,7 +11,7 @@
1111
"enabledManagers": ["regex"],
1212
"regexManagers": [
1313
{
14-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
14+
"fileMatch": "[\\w\\-]+\\.toml$",
1515
"matchStringsStrategy": "combination",
1616
"matchStrings": [
1717
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
@@ -26,7 +26,7 @@
2626
"currentValueTemplate": "{{#if (containsString datasource 'git-refs')}}{{else}}{{{decodeURIComponent currentValue}}}{{/if}}"
2727
},
2828
{
29-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
29+
"fileMatch": "[\\w\\-]+\\.toml$",
3030
"matchStringsStrategy": "combination",
3131
"matchStrings": [
3232
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
@@ -38,7 +38,7 @@
3838
"versioningTemplate": "semver"
3939
},
4040
{
41-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
41+
"fileMatch": "[\\w\\-]+\\.toml$",
4242
"matchStringsStrategy": "combination",
4343
"matchStrings": [
4444
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
@@ -47,7 +47,7 @@
4747
"datasourceTemplate": "go"
4848
},
4949
{
50-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
50+
"fileMatch": "[\\w\\-]+\\.toml$",
5151
"matchStringsStrategy": "combination",
5252
"matchStrings": [
5353
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
@@ -56,7 +56,7 @@
5656
"datasourceTemplate": "rubygems"
5757
},
5858
{
59-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
59+
"fileMatch": "[\\w\\-]+\\.toml$",
6060
"matchStringsStrategy": "combination",
6161
"matchStrings": [
6262
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
@@ -65,7 +65,7 @@
6565
"datasourceTemplate": "packagist"
6666
},
6767
{
68-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
68+
"fileMatch": "[\\w\\-]+\\.toml$",
6969
"matchStringsStrategy": "combination",
7070
"matchStrings": [
7171
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",
@@ -74,7 +74,7 @@
7474
"datasourceTemplate": "{{datasource}}"
7575
},
7676
{
77-
"fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/",
77+
"fileMatch": "[\\w\\-]+\\.toml$",
7878
"matchStringsStrategy": "combination",
7979
"matchStrings": [
8080
"\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"",

0 commit comments

Comments
 (0)