We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pnp
1 parent 6d5f760 commit 6ec05d2Copy full SHA for 6ec05d2
.github/renovate.json
@@ -1,5 +1,15 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>Boshen/renovate"],
4
- "ignorePaths": ["**/node_modules/**", "**/fixtures/**"]
+ "ignorePaths": ["**/node_modules/**", "**/fixtures/**"],
5
+ "packageRules": [
6
+ {
7
+ "groupName": "pnp",
8
+ "matchManagers": ["cargo"],
9
+ "matchPackageNames": ["pnp"],
10
+ "rangeStrategy": "auto",
11
+ "schedule": ["at any time"],
12
+ "automergeSchedule": ["at any time"]
13
+ }
14
+ ]
15
}
0 commit comments