From 5a333261bba34eadb622427b5aef5037ac7561cd Mon Sep 17 00:00:00 2001 From: Zack Koppert Date: Thu, 14 Dec 2023 11:35:03 -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 0000000..ec67847 --- /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'