From 81de94364d4c061e85741af30bf07da41b991212 Mon Sep 17 00:00:00 2001 From: snss231 <77093722+snss231@users.noreply.github.com> Date: Sun, 13 Nov 2022 19:20:26 +0800 Subject: [PATCH] Add dependabot (#991) CATcher uses many npm packages. Let's add dependabot to our repository to help us with the process of updating our deprecated or vulnerable dependencies. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..7ef7a267a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + open-pull-requests-limit: 20