Skip to content

Commit ba83c4c

Browse files
chore(feat): add renovate (#257)
--------- Signed-off-by: Pierluigi Lenoci <[email protected]> Co-authored-by: Jan Larwig <[email protected]>
1 parent 4f41ec4 commit ba83c4c

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/renovate.json5

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"automerge": false,
6+
"assignees": [
7+
"pierluigilenoci"
8+
],
9+
"schedule": [
10+
"before 5am every day"
11+
],
12+
"packageRules": [
13+
{
14+
"description": "Group all patch updates per package",
15+
"updateTypes": ["patch"],
16+
"groupName": "all-patch-updates"
17+
"bumpVersion": "patch"
18+
},
19+
{
20+
"description": "Group all minor updates per package",
21+
"updateTypes": ["minor"],
22+
"groupName": "all-minor-updates"
23+
"bumpVersion": "patch"
24+
},
25+
{
26+
"description": "Group all major updates per package",
27+
"updateTypes": ["major"],
28+
"groupName": "all-major-updates"
29+
"bumpVersion": "patch"
30+
}
31+
],
32+
"platformAutomerge": true,
33+
"lockFileMaintenance": {
34+
"enabled": true
35+
},
36+
"baseBranches": [
37+
"main"
38+
]
39+
}

0 commit comments

Comments
 (0)