From 55600f0e863deb6655a8d4f805c4cb19c3c5af96 Mon Sep 17 00:00:00 2001 From: Dennis Scheiba Date: Tue, 11 Jun 2024 15:27:54 +0200 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..bb8cf16 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: 'bundler' + directory: / + schedule: + interval: monthly