Skip to content

Commit

Permalink
chore(deps): Modify dependabot target branch
Browse files Browse the repository at this point in the history
  • Loading branch information
RomRider committed Feb 10, 2021
1 parent 2256774 commit 79561cc
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
open-pull-requests-limit: 0
- package-ecosystem: "github-actions"
directory: "/"
target-branch: 'dev'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
interval: 'weekly'
target-branch: 'dev'

0 comments on commit 79561cc

Please sign in to comment.