Skip to content

Commit 1b1a93c

Browse files
authored
Merge pull request #9 from mkvlrn/renovate/migrate-config
chore(config): migrate Renovate config
2 parents 4546630 + 7b44528 commit 1b1a93c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
{
1414
"matchManagers": ["mise"],
1515
"groupName": "Toolchain (mise)",
16-
"excludePackageNames": ["node", "pnpm"]
16+
"matchPackageNames": ["!node", "!pnpm"]
1717
},
1818
{
1919
"matchManagers": ["npm"],
2020
"groupName": "Dependencies (pnpm)",
21-
"excludePackageNames": ["node", "pnpm"]
21+
"matchPackageNames": ["!node", "!pnpm"]
2222
},
2323
{
2424
"matchManagers": ["github-actions"],
@@ -28,7 +28,7 @@
2828
"customManagers": [
2929
{
3030
"customType": "regex",
31-
"fileMatch": ["(^|/|\\.)mise\\.toml$"],
31+
"managerFilePatterns": ["/(^|/|\\.)mise\\.toml$/"],
3232
"matchStrings": ["\"github:(?<packageName>[^\"]+)\"\\s*=\\s*\"(?<currentValue>[^\"]+)\""],
3333
"datasourceTemplate": "github-releases"
3434
}

0 commit comments

Comments
 (0)