Skip to content

Commit

Permalink
qual: fix dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
lourot committed Jul 26, 2024
1 parent 5f67640 commit bc35ec9
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,20 @@

version: 2
updates:
- package-ecosystem: 'composer'
directory: '/'
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: 'weekly'
interval: "weekly"
commit-message:
prefix: 'chore: '
prefix: "chore: "
ignore:
# Staying on phpunit 9 so we can keep validating against PHP 7
- dependency-name: "phpunit/phpunit"
update-types: ["version-update:semver-major"]

# Do not get one pull request per version bump. Instead get one pull request
# bumping several dependency versions at once:
groups:
all-deps:
patterns:
- '*'
- "*"

0 comments on commit bc35ec9

Please sign in to comment.