Skip to content

Commit 20b45db

Browse files
authored
Merge pull request #1 from ccremer/renovate/configure
Configure Renovate
2 parents 083b031 + fe74189 commit 20b45db

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

renovate.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":disableDependencyDashboard",
6+
":gitSignOff"
7+
],
8+
"labels": [
9+
"dependency"
10+
],
11+
"npm": {
12+
"packageRules": [
13+
{
14+
"matchUpdateTypes": [
15+
"minor",
16+
"patch",
17+
"pin",
18+
"digest"
19+
],
20+
"automerge": true,
21+
"groupName": "npm",
22+
"schedule": [
23+
"on the first day of the month"
24+
]
25+
},
26+
{
27+
"matchUpdateTypes": [
28+
"major"
29+
],
30+
"groupName": "npm-major",
31+
"schedule": [
32+
"on the first day of the month"
33+
]
34+
}
35+
]
36+
}
37+
}

0 commit comments

Comments
 (0)