From 0b4bd0b42d1ec9ef459b91c79f10fec120b886e8 Mon Sep 17 00:00:00 2001 From: David Gamero Date: Tue, 3 Sep 2024 16:01:27 -0400 Subject: [PATCH] Create dependabot.yml (#107) * Create dependabot.yml * format * directory for npm --- .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 0000000..d806d99 --- /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: + - '*'