|
19 | 19 | automerge: true,
|
20 | 20 | },
|
21 | 21 | {
|
22 |
| - "matchDepTypes": [ |
23 |
| - "action" |
24 |
| - ], |
25 |
| - "pinDigests": true, |
26 |
| - "automerge": true |
27 |
| - } |
| 22 | + matchDepTypes: ["action"], |
| 23 | + pinDigests: true, |
| 24 | + automerge: true, |
| 25 | + }, |
28 | 26 | ],
|
29 | 27 | customManagers: [
|
30 | 28 | {
|
31 | 29 | description: "Update semantic-release in GitHub Action workflows",
|
32 | 30 | customType: "regex",
|
33 |
| - fileMatch: ["^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$"], |
| 31 | + managerFilePatterns: ["/^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$/"], |
34 | 32 | matchStrings: [
|
35 | 33 | "semantic_version\\s*:\\s*(\"|')?(?<currentValue>.+)(\"|'|(\\s+)|\\n|$)",
|
36 | 34 | ],
|
|
40 | 38 | {
|
41 | 39 | description: "Update conventional-changelog-conventionalcommits in GitHub Action workflows",
|
42 | 40 | customType: "regex",
|
43 |
| - fileMatch: ["^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$"], |
| 41 | + managerFilePatterns: ["/^\\.github\\/(actions|workflows)\\/.+\\.ya?ml$/"], |
44 | 42 | matchStrings: [
|
45 |
| - ".*(?<depName>conventional-changelog-conventionalcommits)@(?<currentValue>.+?)(\"|\'|(\\s+)|\\n|$)", |
| 43 | + ".*(?<depName>conventional-changelog-conventionalcommits)@(?<currentValue>.+?)(\"|'|(\\s+)|\\n|$)", |
46 | 44 | ],
|
47 | 45 | datasourceTemplate: "npm",
|
48 | 46 | depNameTemplate: "conventional-changelog-conventionalcommits",
|
49 | 47 | },
|
50 | 48 | {
|
51 | 49 | description: "Update packer dependencies.",
|
52 | 50 | customType: "regex",
|
53 |
| - fileMatch: ["\\.pkr\\.hcl"], |
| 51 | + managerFilePatterns: ["/\\.pkr\\.hcl/"], |
54 | 52 | matchStrings: [
|
55 | 53 | 'required_version[\\s]+=[\\s]+"=?(?<currentValue>\\S*)"',
|
56 | 54 | 'source[\\s]+=[\\s]+"github.com/(?<depName>\\S*)"[\\s]+version[\\s]+=[\\s]+"(?<currentValue>\\S*)"',
|
|
0 commit comments