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 82f7541 commit ee3f0eeCopy full SHA for ee3f0ee
1 file changed
renovate.json
@@ -1,4 +1,33 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>beforesemicolon/.github"]
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+ "extends": [
4
+ "config:recommended"
5
+ ],
6
+ "rebaseWhen": "behind-base-branch",
7
+ "platformAutomerge": true,
8
+ "automergeStrategy": "squash",
9
+ "dependencyDashboard": false,
10
+ "prCreation": "not-pending",
11
+ "prConcurrentLimit": 5,
12
+ "baseBranches": [
13
+ "main",
14
+ "master"
15
16
+ "packageRules": [
17
+ {
18
+ "matchUpdateTypes": [
19
+ "patch",
20
+ "minor",
21
+ "pin",
22
+ "digest"
23
24
+ "automerge": true
25
+ },
26
27
28
+ "major"
29
30
+ "automerge": false
31
+ }
32
+ ]
33
}
0 commit comments