Skip to content

Commit

Permalink
Change default branch for dependabot to "main" (#456)
Browse files Browse the repository at this point in the history
Default was left behind from a previous implementation.
  • Loading branch information
jazzsequence authored Feb 7, 2024
1 parent 6928695 commit 279bb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
interval: weekly
timezone: America/Los_Angeles
day: tuesday
target-branch: "default"
target-branch: "main"
open-pull-requests-limit: 99
ignore:
- dependency-name: phpunit/phpunit
Expand All @@ -16,4 +16,4 @@ updates:
- dependency-name: phpunit/phpunit
versions:
- ">= 9.a"
- "< 10"
- "< 10"

0 comments on commit 279bb1f

Please sign in to comment.