Skip to content

Commit 3b6b6fc

Browse files
committed
style: Run format
1 parent 45f8a4d commit 3b6b6fc

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

.github/renovate.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:recommended"],
64
"rebaseWhen": "behind-base-branch",
75
"prConcurrentLimit": 5,
86
"branchConcurrentLimit": 10,
@@ -19,22 +17,16 @@
1917
},
2018
"packageRules": [
2119
{
22-
"matchUpdateTypes": [
23-
"major"
24-
],
20+
"matchUpdateTypes": ["major"],
2521
"prPriority": -2,
2622
"automerge": false
2723
},
2824
{
29-
"matchDepTypes": [
30-
"dependencies"
31-
],
25+
"matchDepTypes": ["dependencies"],
3226
"prPriority": 2
3327
},
3428
{
35-
"matchDepTypes": [
36-
"devDependencies"
37-
],
29+
"matchDepTypes": ["devDependencies"],
3830
"prPriority": -5
3931
}
4032
]

0 commit comments

Comments
 (0)