Skip to content

Commit c158b13

Browse files
committed
feat: add renovate
1 parent 6dccff5 commit c158b13

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

renovate.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base", ":semanticCommitTypeAll(chore)"],
4+
"packageRules": [
5+
{
6+
"groupName": "all dependencies",
7+
"groupSlug": "all",
8+
"packageRules": [
9+
{
10+
"groupName": "all dependencies",
11+
"groupSlug": "all",
12+
"matchPackagePatterns": ["*"],
13+
"ignoreUnstable": false
14+
}
15+
],
16+
"ignoreUnstable": false,
17+
"separateMajorMinor": true
18+
}
19+
],
20+
"timezone": "Europe/Paris",
21+
"schedule": ["on the 1st and 15th day of the month"],
22+
"rangeStrategy": "pin",
23+
"enabledManagers": [
24+
"npm",
25+
"nvm",
26+
"dockerfile",
27+
"docker-compose",
28+
"github-actions"
29+
]
30+
}

0 commit comments

Comments
 (0)