From ef8d808694c79025d74d993cde7c2016d48e00c1 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 28 Apr 2026 13:15:51 +0000 Subject: [PATCH] fix: use correct dependabot cooldown schema --- .github/dependabot.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d54713..c626618 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,10 +26,13 @@ updates: - npm-github - git-github cooldown: - default: - days: 7 - exclude-patterns: - - "@typeform/*" + default-days: 7 + exclude: + - '@typeform/*' + ignore: + - dependency-name: semantic-release + versions: + - '>=25.0.0' - package-ecosystem: github-actions schedule: interval: weekly