We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 448eeaa + 5676acb commit 4a3e7e5Copy full SHA for 4a3e7e5
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