Skip to content

Commit ee2c87b

Browse files
renovate[bot]JavierSegoviaCordoba
authored andcommitted
Migrate config .github/renovate.json5
1 parent 817e3bf commit ee2c87b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/renovate.json5

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'config:recommended',
55
],
6-
"packageRules": [
6+
packageRules: [
77
{
8-
"matchUpdateTypes": [
9-
"major",
10-
"minor",
11-
"patch",
8+
matchUpdateTypes: [
9+
'major',
10+
'minor',
11+
'patch',
1212
],
13-
"matchPackagePatterns": [
14-
"*",
13+
groupName: 'all dependencies',
14+
minimumReleaseAge: '6 hours',
15+
matchPackageNames: [
16+
'*',
1517
],
16-
"groupName": "all dependencies",
17-
"minimumReleaseAge": "6 hours",
1818
},
1919
],
20-
"prConcurrentLimit": 2,
20+
prConcurrentLimit: 2,
2121
}

0 commit comments

Comments
 (0)