From 5b8ccc794153a96586e029e42324e406ad84ac1c Mon Sep 17 00:00:00 2001 From: geemus Date: Wed, 9 Oct 2024 13:08:59 +0000 Subject: [PATCH] add basic dependabot config to help with actions/gem deps --- .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"