|
11 | 11 | "enabledManagers": ["regex"], |
12 | 12 | "regexManagers": [ |
13 | 13 | { |
14 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 14 | + "fileMatch": "[\\w\\-]+\\.toml$", |
15 | 15 | "matchStringsStrategy": "combination", |
16 | 16 | "matchStrings": [ |
17 | 17 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
26 | 26 | "currentValueTemplate": "{{#if (containsString datasource 'git-refs')}}{{else}}{{{decodeURIComponent currentValue}}}{{/if}}" |
27 | 27 | }, |
28 | 28 | { |
29 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 29 | + "fileMatch": "[\\w\\-]+\\.toml$", |
30 | 30 | "matchStringsStrategy": "combination", |
31 | 31 | "matchStrings": [ |
32 | 32 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
38 | 38 | "versioningTemplate": "semver" |
39 | 39 | }, |
40 | 40 | { |
41 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 41 | + "fileMatch": "[\\w\\-]+\\.toml$", |
42 | 42 | "matchStringsStrategy": "combination", |
43 | 43 | "matchStrings": [ |
44 | 44 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
47 | 47 | "datasourceTemplate": "go" |
48 | 48 | }, |
49 | 49 | { |
50 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 50 | + "fileMatch": "[\\w\\-]+\\.toml$", |
51 | 51 | "matchStringsStrategy": "combination", |
52 | 52 | "matchStrings": [ |
53 | 53 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
56 | 56 | "datasourceTemplate": "rubygems" |
57 | 57 | }, |
58 | 58 | { |
59 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 59 | + "fileMatch": "[\\w\\-]+\\.toml$", |
60 | 60 | "matchStringsStrategy": "combination", |
61 | 61 | "matchStrings": [ |
62 | 62 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
65 | 65 | "datasourceTemplate": "packagist" |
66 | 66 | }, |
67 | 67 | { |
68 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 68 | + "fileMatch": "[\\w\\-]+\\.toml$", |
69 | 69 | "matchStringsStrategy": "combination", |
70 | 70 | "matchStrings": [ |
71 | 71 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
74 | 74 | "datasourceTemplate": "{{datasource}}" |
75 | 75 | }, |
76 | 76 | { |
77 | | - "fileMatch": "/\\/Definitions\\/Packages\\/[\\w\\-]+\\.toml$/", |
| 77 | + "fileMatch": "[\\w\\-]+\\.toml$", |
78 | 78 | "matchStringsStrategy": "combination", |
79 | 79 | "matchStrings": [ |
80 | 80 | "\nid\\s+=\\s+\"(?!pkg:)(?<depName>.+)\"", |
|
0 commit comments