From 06e1e2a3784b1ae701cdf609d2af95fdc6ae3bb5 Mon Sep 17 00:00:00 2001 From: FUJI Goro Date: Sat, 13 Dec 2025 18:59:14 +0900 Subject: [PATCH] Configure Dependabot for npm package updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..1d7175a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 7