From 4ad6bbbd467e479d6ff23378b308ab108f73dc8e Mon Sep 17 00:00:00 2001 From: Sora Morimoto Date: Tue, 30 Apr 2024 18:48:37 +0900 Subject: [PATCH] Update GitHub Actions with Dependabot Signed-off-by: Sora Morimoto --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ca79ca5b4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly