Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 7, 2024
1 parent 5496fde commit 16c4e0f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"rangeStrategy": "bump",
"ignoreDeps": ["drainpipe"],
"ignoreDeps": [
"drainpipe"
],
"packageRules": [
{
"matchPackageNames": [
Expand All @@ -15,7 +17,9 @@
"twig/twig",
"vlucas/phpdotenv"
],
"addLabels": ["test only - do not merge"]
"addLabels": [
"test only - do not merge"
]
}
]
}

0 comments on commit 16c4e0f

Please sign in to comment.