We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817e3bf commit ee2c87bCopy full SHA for ee2c87b
.github/renovate.json5
@@ -1,21 +1,21 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
+ $schema: 'https://docs.renovatebot.com/renovate-schema.json',
+ extends: [
+ 'config:recommended',
5
],
6
- "packageRules": [
+ packageRules: [
7
8
- "matchUpdateTypes": [
9
- "major",
10
- "minor",
11
- "patch",
+ matchUpdateTypes: [
+ 'major',
+ 'minor',
+ 'patch',
12
13
- "matchPackagePatterns": [
14
- "*",
+ groupName: 'all dependencies',
+ minimumReleaseAge: '6 hours',
15
+ matchPackageNames: [
16
+ '*',
17
- "groupName": "all dependencies",
- "minimumReleaseAge": "6 hours",
18
},
19
20
- "prConcurrentLimit": 2,
+ prConcurrentLimit: 2,
21
}
0 commit comments