We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300363a commit bc816d4Copy full SHA for bc816d4
1 file changed
renovate.json
@@ -0,0 +1,28 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "rangeStrategy": "update-lockfile",
7
+ "prHourlyLimit": 1,
8
+ "packageRules": [
9
+ {
10
+ "matchUpdateTypes": [
11
+ "minor",
12
+ "patch",
13
+ "pin",
14
+ "digest"
15
16
+ "automerge": true
17
+ }
18
19
+ "lockFileMaintenance": {
20
+ "enabled": true,
21
22
+ },
23
+ "timezone": "Europe/Rome",
24
+ "schedule": [
25
+ "* 0-6 * * 6,0"
26
27
+ "rebaseWhen": "conflicted"
28
+}
0 commit comments