From 87b18f9304370149f3c3b1c12cd851f69d81e0d4 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Sun, 15 Jan 2023 20:10:51 -0800 Subject: [PATCH] Meta: Add dependabot configuration to update github actions --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..033b92413ad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +# 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: "CI:"