From c32874107a3ceec2ce37e0de221f0ac89be130b6 Mon Sep 17 00:00:00 2001 From: picatz <14850816+picatz@users.noreply.github.com> Date: Fri, 15 May 2026 12:29:56 -0400 Subject: [PATCH] VLN-1348: fix missing-dependency-cooldown --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..fae251a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +version: 2 +updates: + - package-ecosystem: bundler + directory: "/temporalio" + schedule: + interval: weekly + cooldown: + default-days: 14 + + - package-ecosystem: cargo + directory: "/temporalio" + schedule: + interval: weekly + cooldown: + default-days: 14 + + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + cooldown: + default-days: 14