From 0e90c5f68c876ae56a9cd85db64b0cc4fee07457 Mon Sep 17 00:00:00 2001 From: Yu Ishikawa Date: Fri, 20 Jun 2025 21:45:42 +0900 Subject: [PATCH] Add dependabot config Signed-off-by: Yu Ishikawa --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f12b49a8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,15 @@ +version: 2 +updates: + # Enable version updates for GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: monthly + open-pull-requests-limit: 1 + + # Enable version updates for Go modules + - package-ecosystem: gomod + directory: / + schedule: + interval: monthly + open-pull-requests-limit: 1