We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82aeccd commit 01484d9Copy full SHA for 01484d9
renovate.json
@@ -0,0 +1,37 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "commitMessagePrefix": "⬆️",
7
+ "commitMessageAction": "Upgrade",
8
+ "major": {
9
+ "automerge": false
10
+ },
11
+ "prHourlyLimit": 0,
12
+ "lockFileMaintenance": {
13
+ "enabled": true,
14
+ "automerge": true,
15
+ "automergeType": "branch",
16
+ "platformAutomerge": true
17
18
19
20
+ "platformAutomerge": true,
21
+ "packageRules": [
22
+ {
23
+ "updateTypes": [
24
+ "pin"
25
26
+ "commitMessagePrefix": "📌",
27
+ "commitMessageAction": "Pin"
28
29
30
31
+ "rollback"
32
33
+ "commitMessagePrefix": "⬇️",
34
+ "commitMessageAction": "Downgrade"
35
+ }
36
+ ]
37
+}
0 commit comments