Skip to content

Commit

Permalink
Issue #437: Add more packages for Renovate to ignore minors and patches
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed Feb 22, 2024
1 parent 874fe6f commit 2e58224
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,14 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["symfony/yaml", "symfony/php-unit-bridge"],
"matchPackageNames": [
"drush/drush",
"phpunit/phpunit",
"symfony/php-unit-bridge",
"symfony/yaml",
"twig/twig",
"vlucas/phpdotenv"
],
"matchUpdateTypes": ["minor", "patch"],
"enabled": false
}
Expand Down

0 comments on commit 2e58224

Please sign in to comment.