diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-04-29 11:45:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 11:45:29 -0500 |
commit | f20d9163c76e70ce3ed96167904516844b8d6a30 (patch) | |
tree | 6d6d7a40147b862a0a0d8d2dd977b4246dbe1cb0 /.github/dependabot.yml | |
parent | 99817b9640ff14e005d5a8b649c4354e516fccdc (diff) | |
download | skyblock-api-f20d9163c76e70ce3ed96167904516844b8d6a30.tar.gz skyblock-api-f20d9163c76e70ce3ed96167904516844b8d6a30.tar.bz2 skyblock-api-f20d9163c76e70ce3ed96167904516844b8d6a30.zip |
Upgrade to GitHub-native Dependabot (#19)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ebea07f --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: "@types/mongodb" + versions: + - 3.6.12 + - dependency-name: prismarine-nbt + versions: + - 1.5.0 |