Skip to content

Commit

Permalink
Merge pull request #110 from WyriHaximus/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
WyriHaximus authored Jul 19, 2023
2 parents b0f99bb + 57bb29c commit 3988f83
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"managers": ["composer"],
"rangeStrategy": "in-range-only"
},
{
"managers": ["composer"],
"rangeStrategy": "bump"
},
{
"managers": ["composer"],
"matchPackageNames": ["php"],
"enabled": false
}
],
"extends": [
"config:base",
":widenPeerDependencies",
":rebaseStalePrs",
":prHourlyLimitNone",
":prConcurrentLimitNone",
"group:phpstan"
]
}

0 comments on commit 3988f83

Please sign in to comment.