Skip to content

Commit

Permalink
Add RenovateBot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus authored Jan 14, 2023
1 parent 377ceea commit 57cecfe
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": [
"Dependencies 📦",
"PHP 🐘"
],
"enabledManagers": [
"composer"
],
"packageRules": [
{
"matchManagers": [
"composer"
],
"matchDepTypes": [
"devDependencies"
],
"rangeStrategy": "widen"
},
{
"matchManagers": [
"composer"
],
"matchDepTypes": [
"devDependencies"
],
"rangeStrategy": "bump"
},
{
"matchManagers": [
"composer"
],
"rangeStrategy": "auto"
}
]
}

0 comments on commit 57cecfe

Please sign in to comment.