We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4546630 + 7b44528 commit 1b1a93cCopy full SHA for 1b1a93c
1 file changed
renovate.json
@@ -13,12 +13,12 @@
13
{
14
"matchManagers": ["mise"],
15
"groupName": "Toolchain (mise)",
16
- "excludePackageNames": ["node", "pnpm"]
+ "matchPackageNames": ["!node", "!pnpm"]
17
},
18
19
"matchManagers": ["npm"],
20
"groupName": "Dependencies (pnpm)",
21
22
23
24
"matchManagers": ["github-actions"],
@@ -28,7 +28,7 @@
28
"customManagers": [
29
30
"customType": "regex",
31
- "fileMatch": ["(^|/|\\.)mise\\.toml$"],
+ "managerFilePatterns": ["/(^|/|\\.)mise\\.toml$/"],
32
"matchStrings": ["\"github:(?<packageName>[^\"]+)\"\\s*=\\s*\"(?<currentValue>[^\"]+)\""],
33
"datasourceTemplate": "github-releases"
34
}
0 commit comments