Skip to content

Commit

Permalink
Merge pull request #2042 from ministryofjustice/quieten-renovate
Browse files Browse the repository at this point in the history
less unnecessary renovate PRs
  • Loading branch information
nickdavis2001 authored Jul 2, 2024
2 parents aab6497 + ea44014 commit 7f176ef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
],
"labels": ["devDependencies", "Renovate", "Cypress"],
"groupName": "Cypress",
"matchUpdateTypes": ["major", "minor", "patch"],
"matchUpdateTypes": ["major"],
"matchManagers": ["dockerfile", "npm"],
"matchPackagePatterns": ["cypress"]
"matchPackagePatterns": ["cypress" , "locust"]
},
{
"description": [
"dev tools: allow major updates only for dev tools",
"dev tools: allow major updates only for dev tools and aws-sdk",
"note: this may fail if other packages depend on existing versions"
],
"labels": ["devDependencies", "Renovate", "DevTools"],
"matchUpdateTypes": ["major", "minor", "patch"],
"matchUpdateTypes": ["major"],
"matchManagers": ["composer"],
"matchPackageNames": ["vimeo/psalm", "phpunit/phpunit"]
"matchPackageNames": ["vimeo/psalm", "phpunit/phpunit", "aws/aws-sdk-php"]
},
{
"description": [
Expand Down Expand Up @@ -109,7 +109,7 @@
],
"matchUpdateTypes": ["major"],
"excludePackageNames": ["vimeo/psalm", "phpunit/phpunit"],
"excludePackagePatterns": ["cypress"],
"excludePackagePatterns": ["cypress" , "locust"],
"enabled": false
},
{
Expand Down

0 comments on commit 7f176ef

Please sign in to comment.