Skip to content

Commit

Permalink
Fix Dependabot config (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwtyler authored Dec 19, 2024
1 parent 18fa5d3 commit bd612fb
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
version: 2
updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
timezone: America/Los_Angeles
day: tuesday
target-branch: "main"
open-pull-requests-limit: 99
ignore:
- dependency-name: phpunit/phpunit
versions:
- ">= 8.a"
- "< 9"
- dependency-name: phpunit/phpunit
versions:
- ">= 9.a"
- "< 10"
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
timezone: America/Los_Angeles
day: tuesday
target-branch: "main"
open-pull-requests-limit: 99
ignore:
- dependency-name: phpunit/phpunit
versions:
- ">= 8.a"
- "< 9"
- dependency-name: phpunit/phpunit
versions:
- ">= 9.a"
- "< 10"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit bd612fb

Please sign in to comment.