From 79cc81d9a722dfb2aafc879e7da9ce2b38a7cf45 Mon Sep 17 00:00:00 2001 From: Coull Date: Mon, 23 Sep 2024 14:21:22 -0700 Subject: [PATCH] infra: add dependabot for github actions --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..4f575c3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +# Set update schedule for GitHub Actions + +version: 2 +updates: + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "monthly" + commit-message: + prefix: infra