From 1f766d4721d926f316c4d31178377a14262b169f Mon Sep 17 00:00:00 2001 From: Yasushi SHOJI Date: Mon, 26 Feb 2024 20:24:01 +0900 Subject: [PATCH] github: Add dependabot for github-actions Let Dependabot check for out-of-date GitHub actions. Signed-off-by: Yasushi SHOJI --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..07da4ee --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily + target-branch: main