Skip to content

Commit ee3f0ee

Browse files
committed
fix: inline Renovate config
1 parent 82f7541 commit ee3f0ee

1 file changed

Lines changed: 31 additions & 2 deletions

File tree

renovate.json

Lines changed: 31 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,33 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>beforesemicolon/.github"]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"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+
"matchUpdateTypes": [
28+
"major"
29+
],
30+
"automerge": false
31+
}
32+
]
433
}

0 commit comments

Comments
 (0)