From 618e01c9b8d189b55ba3809655ba039a43c6ca2e Mon Sep 17 00:00:00 2001 From: jrfnl Date: Fri, 7 Feb 2025 17:01:41 +0100 Subject: [PATCH] Dependabot: remove Composer ecosystem Composer checks have started to run into trouble with the minimum PHP version vs the YoastCS dependency (which has a higher minimum PHP version). As Dependabot has never made a useful contribution for the Composer dependencies anyway AND there are only a few, we may as well drop it to get rid of the incessant error notifications. Ref: https://github.com/Yoast/PHPUnit-Polyfills/network/updates/958266171 --- .github/dependabot.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dfa3b42..33ab4f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,18 +18,3 @@ updates: - "Type: chores/QA" reviewers: - "jrfnl" - - # Maintain dependencies for Composer. - - package-ecosystem: "composer" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable. - target-branch: "1.x" - versioning-strategy: widen - commit-message: - prefix: "Composer:" - labels: - - "Type: chores/QA" - reviewers: - - "jrfnl"