Skip to content

Commit 6ec05d2

Browse files
committed
chore(renovate): bump pnp at anytime
1 parent 6d5f760 commit 6ec05d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>Boshen/renovate"],
4-
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"]
4+
"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+
]
515
}

0 commit comments

Comments
 (0)