From 3ba7fcada474735ebf930e3a6a8257419adb216c Mon Sep 17 00:00:00 2001 From: -akku- <151517253+akku1139@users.noreply.github.com> Date: Sat, 31 Aug 2024 23:32:03 +0900 Subject: [PATCH] Create dependabot.yml --- .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 0000000..14cd22b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "npm" + directory: "./" + schedule: + interval: "weekly" + + - package-ecosystem: "github-actions" + directory: ".github/workflows/" + schedule: + interval: "weekly"