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 6dccff5 commit c158b13Copy full SHA for c158b13
renovate.json
@@ -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
9
10
11
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