Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 72f9000

Browse files
committed
chore: renovate - don't create separate major PRs + update pnpm lock
1 parent 436eac2 commit 72f9000

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/renovate.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"schedule": ["every weekend"],
33
"labels": ["dependencies"],
4+
"separateMajorMinor": "false",
45
"packageRules": [
56
{
67
"matchDepTypes": ["devDependencies"],
@@ -15,5 +16,9 @@
1516
"groupName": "dependencies",
1617
"semanticCommitType": "fix"
1718
}
18-
]
19+
],
20+
"postUpgradeTasks": {
21+
"commands": ["pnpm install"],
22+
"fileFilters": ["pnpm-lock.yaml"]
23+
}
1924
}

0 commit comments

Comments
 (0)