Skip to content

Commit

Permalink
Merge pull request #209 from PHPCSStandards/feature/dependabot-fix-ya…
Browse files Browse the repository at this point in the history
…ml-warnings

Dependabot config: fix yaml warnings
  • Loading branch information
Potherca committed Sep 22, 2023
2 parents c3ef4d3 + bd758e8 commit b49fdb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

---
version: 2
updates:
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
open-pull-requests-limit: 5
versioning-strategy: widen
allow:
# Only allow updates to the dev dependencies as non-dev dependency
Expand Down

0 comments on commit b49fdb5

Please sign in to comment.