From 92b458c8c91fe089901581c2a2653f88d8cca80f Mon Sep 17 00:00:00 2001 From: Chester Twomey Date: Mon, 22 Jul 2024 08:51:17 -0500 Subject: [PATCH] init configuration for dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5bbb76a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: bundler + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 100 + registries: "*" \ No newline at end of file