From 8b062aef20a66cc08bf268a43eefee5446d29fb1 Mon Sep 17 00:00:00 2001 From: Alex Cruice Date: Fri, 27 Sep 2024 09:12:44 +1000 Subject: [PATCH] Add Dependabot configuration --- .github/dependabot.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..7884be1 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,7 @@ +--- +version: 2 +updates: + - package-ecosystem: 'bundler' + directory: '/' + schedule: + interval: 'daily'