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 6cf777a commit 51220a9Copy full SHA for 51220a9
.github/renovate.json
@@ -5,11 +5,19 @@
5
":enablePreCommit"
6
],
7
"prHourlyLimit": 0,
8
- "automerge": true,
9
"automergeType": "pr",
10
"automergeStrategy": "merge-commit",
11
"platformAutomerge": true,
12
"packageRules": [
+ {
13
+ "matchUpdateTypes": [
14
+ "minor",
15
+ "patch",
16
+ "pin",
17
+ "digest"
18
+ ],
19
+ "automerge": true
20
+ },
21
{
22
"description": "Update port with label update-port and depName commit message topic",
23
"addLabels": [
@@ -19,6 +27,13 @@
27
"git-hash-port",
28
"semver-port"
29
30
+ "automerge": true,
31
32
+ "major",
33
34
35
36
37
"semanticCommitScope": "port",
38
"commitMessageTopic": "{{depName}}"
24
39
}
0 commit comments