From 795fe66964da562a8ff868c3368fb34fb56c3e45 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:41:03 -0700 Subject: [PATCH] infra: add dependabot for github actions (#179) * infra: add dependabot for github actions ---- Co-authored-by: Coull Co-authored-by: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com> --- .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..95454a8 --- /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 month + interval: "monthly" + commit-message: + prefix: infra