Skip to content

Commit

Permalink
Stop Renovate opening an immortal PR for Symfony packages (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Feb 15, 2024
1 parent f68749d commit 215cef5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"symfony/phpunit-bridge": "^5.3|^6.3",
"lullabot/drainpipe": "*",
"mglaman/phpstan-drupal": "^1.2.7",
"symfony/yaml": "^4|^5|^6",
"symfony/yaml": "^3|^4|^5|^6",
"drupal/coder": "^8.3.23",
"behat/mink-browserkit-driver": "^2.1.0",
"tijsverkoyen/convert-to-junit-xml": "^1.11.0",
Expand Down
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,11 @@
"config:base"
],
"rangeStrategy": "bump"
"packageRules": [
{
"matchPackageNames": ["symfony/yaml", "symfony/php-unit-bridge"],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
}
]
}

0 comments on commit 215cef5

Please sign in to comment.