Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Updating to run dependabot weekly, and target the dev branch instead of master.
  • Loading branch information
Ddeak authored Oct 12, 2020
1 parent 385e94a commit 9e8360f
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 @@ -3,5 +3,7 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
# Default for weekly is Monday
interval: "weekly"
open-pull-requests-limit: 10
target-branch: "dev"

0 comments on commit 9e8360f

Please sign in to comment.