Skip to content

Commit

Permalink
Improve Dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Sep 3, 2021
1 parent 5213723 commit 1e1033c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ version: 2
updates:
- package-ecosystem: npm
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "monthly"
interval: "daily"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-patch"]
- dependency-name: "husky"

0 comments on commit 1e1033c

Please sign in to comment.