Skip to content

Commit 1eb39a3

Browse files
chore(config): migrate config .github/renovate.json (#392)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 302da86 commit 1eb39a3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"configMigration": true,
1111
"timezone": "America/New_York",
1212
"assignees": ["drichar"],
13-
"baseBranches": ["main"],
13+
"baseBranchPatterns": ["main"],
1414
"ignorePaths": ["**/node_modules/**"],
1515
"minimumReleaseAge": "3 days",
1616
"lockFileMaintenance": {
@@ -62,7 +62,9 @@
6262
{
6363
"customType": "regex",
6464
"managerFilePatterns": ["/^package\\.json$/"],
65-
"matchStrings": ["\"packageManager\":\\s*\"pnpm@(?<currentValue>\\d+\\.\\d+\\.\\d+)\""],
65+
"matchStrings": [
66+
"\"packageManager\":\\s*\"pnpm@(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
67+
],
6668
"depNameTemplate": "pnpm",
6769
"datasourceTemplate": "npm"
6870
},

0 commit comments

Comments
 (0)