Skip to content

Commit

Permalink
build: reduce dependabot update frequency (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jan 28, 2022
1 parent 5772a03 commit a81b027
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
version: 2
updates:
- package-ecosystem: npm
directory: '/'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
ignore:
- dependency-name: 'husky'
versions: ['5.x']
- 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 a81b027

Please sign in to comment.