Skip to content

Commit 87aa55c

Browse files
authored
Merge pull request #795 from WyriHaximus/switch-to-central-renovate-configuration
Switch to central Renovate configuration
2 parents f0fb966 + 6d9e199 commit 87aa55c

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

.github/renovate.json

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"packageRules": [
4-
{
5-
"managers": ["composer"],
6-
"rangeStrategy": "in-range-only"
7-
},
8-
{
9-
"managers": ["composer"],
10-
"rangeStrategy": "bump"
11-
},
12-
{
13-
"managers": ["composer"],
14-
"matchPackageNames": ["php"],
15-
"enabled": false
16-
},
17-
{
18-
"groupName": "Infection packages",
19-
"matchDatasources": [
20-
"packagist"
21-
],
22-
"matchPackagePatterns": [
23-
"^infection/infection$",
24-
"^roave/infection-static-analysis-plugin$"
25-
]
26-
}
27-
],
283
"extends": [
29-
"config:base",
30-
":widenPeerDependencies",
31-
":rebaseStalePrs",
32-
":prHourlyLimitNone",
33-
":prConcurrentLimitNone",
34-
"group:phpstan"
4+
"github>WyriHaximus/renovate-config"
355
]
366
}

0 commit comments

Comments
 (0)