Browse Source
chore: fix the target branch on Dependabot's config
tags/v1.0.0
Jérôme Deuchnord
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/dependabot.yml
|
@@ -7,7 +7,7 @@ updates: |
|
|
interval: daily |
|
|
interval: daily |
|
|
time: "04:00" |
|
|
time: "04:00" |
|
|
open-pull-requests-limit: 10 |
|
|
open-pull-requests-limit: 10 |
|
|
target-branch: master |
|
|
|
|
|
|
|
|
target-branch: main |
|
|
reviewers: |
|
|
reviewers: |
|
|
- Deuchnord |
|
|
- Deuchnord |
|
|
commit-message: |
|
|
commit-message: |
|
|