Skip to content

Commit

Permalink
chore: reduce number of dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
erickzhao authored Jul 30, 2024
1 parent 87e791c commit 805002f
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 99
ignore:
- dependency-name: typedoc
versions:
- ">= 0.20.a, < 0.21"
- dependency-name: sinon
versions:
- 10.0.0
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
interval: "monthly"

0 comments on commit 805002f

Please sign in to comment.