mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-03-14 22:39:55 -04:00
Upgrade to GitHub-native Dependabot (#854)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
50af73c912
commit
4d0135f186
1 changed files with 14 additions and 0 deletions
14
.github/dependabot.yml
vendored
Normal file
14
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: node-rsa
|
||||
versions:
|
||||
- ">= 1.a, < 2"
|
||||
- dependency-name: "@types/node"
|
||||
versions:
|
||||
- 15.0.0
|
Loading…
Reference in a new issue