From 2fb7ba26599bb1a10c5c3bba25de13d7e173f3c5 Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 7 Mar 2024 15:02:42 -0800 Subject: [PATCH] Create dependabot.yaml --- .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 00000000..ec67847e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: 'bundler' + directory: '/' + schedule: + interval: 'weekly' + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly'