Skip to content

Commit

Permalink
chore: Check deps monthly, remove old from dependanbot
Browse files Browse the repository at this point in the history
  • Loading branch information
davesnx committed Jan 16, 2023
1 parent a57754a commit 5f64eba
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,15 @@ updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
interval: monthly
open-pull-requests-limit: 10
reviewers:
- davesnx
- mackermans
ignore:
- dependency-name: husky
versions:
- 4.3.8
- 5.0.9
- 5.1.2
- 6.0.0
- dependency-name: chai
versions:
- 4.3.4
- dependency-name: mocha
versions:
- 8.3.2
- dependency-name: semantic-release
versions:
- 17.3.7
- 17.3.9

0 comments on commit 5f64eba

Please sign in to comment.