Skip to content

Commit

Permalink
set target branch to "develop" in dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jul 24, 2024
1 parent 63b28a6 commit 3cff498
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ updates:
directory: "/"
schedule:
interval: "weekly"

target-branch: "develop"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"

0 comments on commit 3cff498

Please sign in to comment.