Skip to content

Commit

Permalink
Restrict dependabot updates to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark committed Nov 24, 2020
1 parent 26312b1 commit 8b9f627
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 15
- package-ecosystem: npm
directory: '/'
schedule:
interval: monthly
open-pull-requests-limit: 15

0 comments on commit 8b9f627

Please sign in to comment.