|
55 | 55 | "customManagers": [
|
56 | 56 | {
|
57 | 57 | "customType": "regex",
|
58 |
| - "fileMatch": ["^README\\.md$"], |
| 58 | + "managerFilePatterns": ["README.md"], |
59 | 59 | "matchStrings": [
|
60 | 60 | "uses: renovatebot/github-action@(?<currentValue>[^\\s]+)"
|
61 | 61 | ],
|
|
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | "customType": "regex",
|
67 |
| - "fileMatch": ["^README\\.md$"], |
| 67 | + "managerFilePatterns": ["README.md"], |
68 | 68 | "matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"],
|
69 | 69 | "depNameTemplate": "ghcr.io/renovatebot/renovate",
|
70 | 70 | "datasourceTemplate": "docker"
|
71 | 71 | },
|
72 | 72 | {
|
73 | 73 | "description": "Update renovate version in action.yml",
|
74 | 74 | "customType": "regex",
|
75 |
| - "fileMatch": ["^action\\.yml$"], |
| 75 | + "managerFilePatterns": ["action.yml"], |
76 | 76 | "matchStrings": ["default: '(?<currentValue>[^\\s]+)' # renovate"],
|
77 | 77 | "depNameTemplate": "ghcr.io/renovatebot/renovate",
|
78 | 78 | "datasourceTemplate": "docker"
|
79 | 79 | },
|
80 | 80 | {
|
81 | 81 | "description": "Update renovate version in src/docker.ts",
|
82 | 82 | "customType": "regex",
|
83 |
| - "fileMatch": ["^src/docker\\.ts$"], |
| 83 | + "managerFilePatterns": ["src/docker.ts"], |
84 | 84 | "matchStrings": ["version = '(?<currentValue>[^\\s]+)'; // renovate"],
|
85 | 85 | "depNameTemplate": "ghcr.io/renovatebot/renovate",
|
86 | 86 | "datasourceTemplate": "docker"
|
|
0 commit comments