From e5531dfce319599e259c0b49d086ca26e5863df8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 01:09:33 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot (#247) * Upgrade to GitHub-native Dependabot * chore: ignore all get-folder-size updates This is due to it requiring Node 14, and Node 12 isn't EOL until April 2022. Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Mark Lee --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..708772a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: +- package-ecosystem: npm + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + ignore: + - dependency-name: get-folder-size + versions: + - ">= 3"