Skip to content

Commit

Permalink
Issue #437: Add more packages for Renovate to ignore minors and patch…
Browse files Browse the repository at this point in the history
…es (#443)

* Issue #437: Add more packages for Renovate to ignore minors and patches

* Adjust symfony/phpunit-bridge

* Ignore drainpipe
  • Loading branch information
justafish committed Feb 22, 2024
1 parent f1778e4 commit 78c79da
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drainpipe-dev/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"mikey179/vfsstream": "^1.6.11",
"mockery/mockery": "^1.6.7",
"behat/mink": "^1.11.0",
"symfony/phpunit-bridge": "^5.3|^6.3",
"symfony/phpunit-bridge": "^5|^6",
"lullabot/drainpipe": "*",
"mglaman/phpstan-drupal": "^1.2.7",
"symfony/yaml": "^3|^4|^5|^6",
Expand Down
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
"config:base"
],
"rangeStrategy": "bump",
"ignoreDeps": ["drainpipe"],
"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 78c79da

Please sign in to comment.