From c6a7e945ac6c2a717c0dd43117d3c985c2f3a28c Mon Sep 17 00:00:00 2001 From: Brandon Foley Date: Fri, 6 Sep 2024 09:23:07 -0400 Subject: [PATCH] Add dependabot (#116) * Add dependabot * update spacing --- .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 00000000..d806d992 --- /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: + - '*'