From 340561e52fad44ba3feedc5c6a5572642e9f18e6 Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Mon, 14 Jul 2025 08:32:25 +0900 Subject: [PATCH] Add dependabot config Signed-off-by: Yu Ishikawa --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d3a1ced --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + - package-ecosystem: npm + directory: / + schedule: + interval: monthly + - package-ecosystem: bun + directory: / + schedule: + interval: monthly + - package-ecosystem: docker + directory: / + schedule: + interval: monthly + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly