Skip to content

Commit

Permalink
Dependabot: remove Composer ecosystem
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jrfnl committed Feb 7, 2025
1 parent 0b31ce8 commit 05e2104
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 05e2104

Please sign in to comment.