Skip to content

Commit

Permalink
build: reduce dependabot update frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jun 1, 2022
1 parent 2d68f35 commit 91190d7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: 'daily'
- package-ecosystem: 'github-actions'
directory: '/'
interval: "monthly"
open-pull-requests-limit: 10

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: 'daily'
interval: "weekly"
open-pull-requests-limit: 10

0 comments on commit 91190d7

Please sign in to comment.