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.
1 parent cb26319 commit 632c87cCopy full SHA for 632c87c
1 file changed
.github/renovate.json5
@@ -9,6 +9,27 @@
9
{
10
extends: ["github>the-draupnir-project/.github:renovate-shared"],
11
packageRules: [
12
+ {
13
+ groupName: "Production Dependencies",
14
+ matchPackagePatterns: ["*"],
15
+ matchDepTypes: [
16
+ "dependencies",
17
+ "devDependencies",
18
+ "peerDependencies",
19
+ "optionalDependencies",
20
+ ],
21
+ },
22
23
+ groupName: "Development Dependencies",
24
25
26
+ "pre-commit",
27
28
29
30
31
+ matchPackageNames: ["!/^@types.*/"],
32
33
34
matchManagers: ["github-actions"],
35
matchUpdateTypes: ["major"],
0 commit comments