From adc04e7dd800b99cc8badf8ae82b780e782cc75e Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Mon, 3 Jun 2024 18:13:31 -0400 Subject: [PATCH] chore: Add Dependabot for NPM and Actions --- .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 00000000..0d3376c4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + + - package-ecosystem: 'npm' + directory: '/' + schedule: + interval: 'weekly'