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 May 31, 2022
1 parent 9dc7635 commit 6ad53de
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 6ad53de

Please sign in to comment.