Skip to content

Commit 39633a9

Browse files
chore(config): migrate renovate config (#936)
* chore(config): migrate config .github/renovate.json * Apply suggestions from code review --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Kriese <[email protected]>
1 parent 9e4d256 commit 39633a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"customManagers": [
5656
{
5757
"customType": "regex",
58-
"fileMatch": ["^README\\.md$"],
58+
"managerFilePatterns": ["README.md"],
5959
"matchStrings": [
6060
"uses: renovatebot/github-action@(?<currentValue>[^\\s]+)"
6161
],
@@ -64,23 +64,23 @@
6464
},
6565
{
6666
"customType": "regex",
67-
"fileMatch": ["^README\\.md$"],
67+
"managerFilePatterns": ["README.md"],
6868
"matchStrings": ["renovate-version: (?<currentValue>[^\\s]+)"],
6969
"depNameTemplate": "ghcr.io/renovatebot/renovate",
7070
"datasourceTemplate": "docker"
7171
},
7272
{
7373
"description": "Update renovate version in action.yml",
7474
"customType": "regex",
75-
"fileMatch": ["^action\\.yml$"],
75+
"managerFilePatterns": ["action.yml"],
7676
"matchStrings": ["default: '(?<currentValue>[^\\s]+)' # renovate"],
7777
"depNameTemplate": "ghcr.io/renovatebot/renovate",
7878
"datasourceTemplate": "docker"
7979
},
8080
{
8181
"description": "Update renovate version in src/docker.ts",
8282
"customType": "regex",
83-
"fileMatch": ["^src/docker\\.ts$"],
83+
"managerFilePatterns": ["src/docker.ts"],
8484
"matchStrings": ["version = '(?<currentValue>[^\\s]+)'; // renovate"],
8585
"depNameTemplate": "ghcr.io/renovatebot/renovate",
8686
"datasourceTemplate": "docker"

0 commit comments

Comments
 (0)