Skip to content

Commit

Permalink
chore(add target branch): add target branch to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrosaenz117 committed Jul 10, 2020
1 parent d0dab83 commit 8a5732b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
# Branch to create pull requests against
target_branch: 'develop'

# Enable version updates for npm
- package-ecosystem: 'npm'
Expand All @@ -18,3 +20,5 @@ updates:
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'daily'
# Branch to create pull requests against
target_branch: 'develop'

0 comments on commit 8a5732b

Please sign in to comment.