From ba890d0d7a425c986e270d722d4fecb51352497d Mon Sep 17 00:00:00 2001 From: James Butler Date: Tue, 12 Mar 2024 10:35:54 -0400 Subject: [PATCH] CI: Add dependabot to automatically update 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 000000000..980408851 --- /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: "weekly" + commit-message: + # Prefix all commit messages with "CI: " + prefix: "CI"