From 022c7afe3a6faf102f1e5a7e8d2915f3e8793ead Mon Sep 17 00:00:00 2001 From: Nick Davis Date: Tue, 2 Jul 2024 11:12:59 +0100 Subject: [PATCH 1/3] less unnecessary renovate PRs --- renovate.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 1ff05dcdc8..e1c6132408 100644 --- a/renovate.json +++ b/renovate.json @@ -45,19 +45,19 @@ ], "labels": ["devDependencies", "Renovate", "Cypress"], "groupName": "Cypress", - "matchUpdateTypes": ["major", "minor", "patch"], + "matchUpdateTypes": ["major"], "matchManagers": ["dockerfile", "npm"], "matchPackagePatterns": ["cypress"] }, { "description": [ - "dev tools: allow major updates only for dev tools", + "dev tools: allow major updates only for dev tools and asw-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": [ From fe531226eb0e745a882c59aeabbd0d69aa773a4f Mon Sep 17 00:00:00 2001 From: Nick Davis Date: Tue, 2 Jul 2024 11:15:50 +0100 Subject: [PATCH 2/3] typo in comment --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e1c6132408..ff6c6328b3 100644 --- a/renovate.json +++ b/renovate.json @@ -51,7 +51,7 @@ }, { "description": [ - "dev tools: allow major updates only for dev tools and asw-sdk", + "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"], From ea44014697c36075f306a558c33de855d544a855 Mon Sep 17 00:00:00 2001 From: Nick Davis Date: Tue, 2 Jul 2024 11:18:59 +0100 Subject: [PATCH 3/3] added locust --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index ff6c6328b3..a3903ccc07 100644 --- a/renovate.json +++ b/renovate.json @@ -47,7 +47,7 @@ "groupName": "Cypress", "matchUpdateTypes": ["major"], "matchManagers": ["dockerfile", "npm"], - "matchPackagePatterns": ["cypress"] + "matchPackagePatterns": ["cypress" , "locust"] }, { "description": [ @@ -109,7 +109,7 @@ ], "matchUpdateTypes": ["major"], "excludePackageNames": ["vimeo/psalm", "phpunit/phpunit"], - "excludePackagePatterns": ["cypress"], + "excludePackagePatterns": ["cypress" , "locust"], "enabled": false }, {