From 9d200da2797311f63e5a931f74662599c8912020 Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Thu, 5 Sep 2024 17:08:19 -0400 Subject: [PATCH] Add dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..d806d9923 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + groups: + actions: + patterns: + - '*' + - package-ecosystem: github-actions + directory: .github/workflows + schedule: + interval: weekly + groups: + actions: + patterns: + - '*'