From 5a46383c4f11f1e21f36f7f2fc10b120f237c675 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Fri, 27 Jan 2023 20:35:48 -0800 Subject: [PATCH] Add dependabot (#374) --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..0f96f8d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# 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"