From a80e59218ca8393efd559e530b65d9e0777a01e6 Mon Sep 17 00:00:00 2001 From: Thomas Vincent Date: Sun, 5 May 2024 03:21:57 -0700 Subject: [PATCH] Configure Dependabot --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..09d333c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1 @@ +version: 2\nupdates:\n - package-ecosystem: "github-actions"\n directory: "/"\n schedule:\n interval: "weekly"\n - package-ecosystem: "bundler"\n directory: "/"\n schedule:\n interval: "weekly"\n