From e8c43250a2cffa5c1d0fc17280abadd68011e08b Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 1 Dec 2023 15:06:45 -0800 Subject: [PATCH] chore: add dependabot for github actions --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..f55e11628 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: / + schedule: + interval: "daily" + commit-message: + prefix: "chore"