From 4459f5c216c9c41e5ce464578596567c9576478f Mon Sep 17 00:00:00 2001 From: picatz <14850816+picatz@users.noreply.github.com> Date: Mon, 18 May 2026 13:24:26 -0400 Subject: [PATCH] VLN-1394: fix missing-dependency-cooldown --- .github/dependabot.yml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a9fb9e9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,36 @@ +version: 2 +updates: + - package-ecosystem: "bundler" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 14 + + - package-ecosystem: "bundler" + directory: "/rails_app" + schedule: + interval: "weekly" + cooldown: + default-days: 14 + + - package-ecosystem: "bundler" + directory: "/sorbet_generic" + schedule: + interval: "weekly" + cooldown: + default-days: 14 + + - package-ecosystem: "gomod" + directory: "/activity_worker/go-workflow" + schedule: + interval: "weekly" + cooldown: + default-days: 14 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 14