Skip to content

Commit

Permalink
Try to wake up dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Jul 11, 2021
1 parent a3c1e21 commit 707e04f
Showing 1 changed file with 5 additions and 24 deletions.
29 changes: 5 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
labels:
- dependencies
versioning-strategy: increase
ignore:
- dependency-name: del-cli
versions:
- "> 3.0.0, < 3.1"
- dependency-name: "@types/node"
versions:
- "> 12.11.6, < 12.12"
- dependency-name: "@types/node"
versions:
- "> 12.12.3, < 12.13"
- dependency-name: mocha
versions:
- 8.2.1
- 8.3.0
- 8.3.1
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: daily
versioning-strategy: increase

0 comments on commit 707e04f

Please sign in to comment.