Skip to content

Commit 8975f8e

Browse files
committed
fix formatting
1 parent 4eea1de commit 8975f8e

1 file changed

Lines changed: 27 additions & 9 deletions

File tree

.github/renovate.json

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"globalExtends": ["config:base"],
3+
"globalExtends": [
4+
"config:base"
5+
],
46
"semanticCommits": "enabled",
5-
"extends": ["group:allNonMajor", "schedule:monthly"],
7+
"extends": [
8+
"group:allNonMajor",
9+
"schedule:monthly"
10+
],
611
"packageRules": [
712
{
813
"description": "Create a PR whenever there is a new major version",
9-
"matchUpdateTypes": ["major"]
14+
"matchUpdateTypes": [
15+
"major"
16+
]
1017
},
1118
{
1219
"description": "Use releasable commit type for runtime dependency updates",
13-
"matchManagers": ["npm"],
20+
"matchManagers": [
21+
"npm"
22+
],
1423
"matchDepTypes": [
1524
"dependencies",
1625
"optionalDependencies",
@@ -21,13 +30,22 @@
2130
},
2231
{
2332
"description": "Keep development-only dependency updates non-releasable",
24-
"matchManagers": ["npm"],
25-
"matchDepTypes": ["devDependencies"],
33+
"matchManagers": [
34+
"npm"
35+
],
36+
"matchDepTypes": [
37+
"devDependencies"
38+
],
2639
"semanticCommitType": "chore",
2740
"semanticCommitScope": "deps"
2841
}
2942
],
30-
"ignorePaths": ["docs/**", "experimental/**"],
43+
"ignorePaths": [
44+
"docs/**",
45+
"experimental/**"
46+
],
3147
"pinVersions": false,
32-
"ignoreDeps": ["typescript"]
33-
}
48+
"ignoreDeps": [
49+
"typescript"
50+
]
51+
}

0 commit comments

Comments
 (0)