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