diff options
author | mat <27899617+mat-1@users.noreply.github.com> | 2022-02-10 20:04:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 20:04:12 -0600 |
commit | a2142caa9a3823c3f474249d8c35f8af9c7025cd (patch) | |
tree | 834243f1b3cddc44adfd1640e12b88ecafb22a4d | |
parent | 214330c657c52551fe63205757e69ed9bf7797d0 (diff) | |
download | skyblock-api-a2142caa9a3823c3f474249d8c35f8af9c7025cd.tar.gz skyblock-api-a2142caa9a3823c3f474249d8c35f8af9c7025cd.tar.bz2 skyblock-api-a2142caa9a3823c3f474249d8c35f8af9c7025cd.zip |
Change dependabot schedule from daily to monthly
Don't wanna deal with it all the time
-rw-r--r-- | .github/dependabot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebea07f..0046658 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm directory: "/" schedule: - interval: daily + interval: monthly open-pull-requests-limit: 10 ignore: - dependency-name: "@types/mongodb" |