From c5ed6fc52fdec3f272f426a6d88ad14ac235b665 Mon Sep 17 00:00:00 2001 From: narumi Date: Tue, 23 Jul 2024 16:38:11 +0800 Subject: [PATCH] create .github/dependabot.yml --- .github/dependabot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..63959cce5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "dep" + + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "dep" + # Create pull requests only for security updates + open-pull-requests-limit: 0 + + - package-ecosystem: "npm" + directories: + - "/apps/backtest-report" + - "/apps/frontend" + schedule: + interval: "weekly" + commit-message: + prefix: "dep" + open-pull-requests-limit: 0