From 1232cb652b057be0420d57256d0b9c7ffd61df29 Mon Sep 17 00:00:00 2001 From: Le Roux Bodenstein Date: Fri, 16 Jun 2023 15:42:14 +0100 Subject: [PATCH] chore: add dependabot.yml --- .github/workflows/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000000..0b882462006 --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,10 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly' + allow: + - dependency-type: 'all'