Skip to content

Commit

Permalink
Merge pull request #63 from reactphp-inspector/Start-slowly-with-auto…
Browse files Browse the repository at this point in the history
…-strategy-for-now

Start slowly with auto strategy for now
  • Loading branch information
WyriHaximus committed Jan 14, 2023
2 parents c925376 + a3e82f0 commit 45ecf20
Showing 1 changed file with 6 additions and 26 deletions.
32 changes: 6 additions & 26 deletions .github/renovate.json
@@ -1,38 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"labels": [
"Dependencies 📦",
"PHP 🐘"
],
"extends": ["config:base"],
"labels": [ "Dependencies 📦", "PHP 🐘"],
"enabledManagers": [
"composer"
],
"packageRules": [
{
"matchManagers": [
"composer"
],
"matchDepTypes": [
"devDependencies"
],
"rangeStrategy": "widen"
},
{
"matchManagers": [
"composer"
],
"matchDepTypes": [
"devDependencies"
],
"rangeStrategy": "bump"
"matchManagers": ["composer"],
"matchDepTypes": ["devDependencies"],
"rangeStrategy": "auto"
},
{
"matchManagers": [
"composer"
],
"matchManagers": ["composer"],
"rangeStrategy": "auto"
}
]
Expand Down

0 comments on commit 45ecf20

Please sign in to comment.