Skip to content

Commit

Permalink
Setup dependabot for pinned Composer dependencies
Browse files Browse the repository at this point in the history
If this turns out to work well, we might consider pinning more
dependencies (typically, PHPUnit).
  • Loading branch information
greg0ire committed Jun 2, 2024
1 parent 9d4f54b commit 87bf8c7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
labels:
- "CI"
target-branch: "2.19.x"
allow:
- dependency-name: "phpstan/phpstan"
- dependency-name: "squizlabs/php_codesniffer"
- dependency-name: "vimeo/psalm"
versioning-strategy: "increase-if-necessary"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 87bf8c7

Please sign in to comment.