From 4adc15957dbf0afdca096b734425c471598c0ad6 Mon Sep 17 00:00:00 2001 From: Sam Bostock Date: Sun, 24 Mar 2024 13:05:56 -0400 Subject: [PATCH] Setup Dependabot --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..403b3087 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"