From a2734a5d154c9b0beb9a10555a04416bc371de06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Attila=20Ol=C3=A1h?= Date: Fri, 17 Jan 2025 14:03:02 +0100 Subject: [PATCH] build: disable Dependabot updates --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9d58c92e1..8dd39d173 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,10 +6,10 @@ updates: interval: daily time: "10:00" timezone: Europe/Budapest - open-pull-requests-limit: 5 + open-pull-requests-limit: 0 versioning-strategy: increase commit-message: prefix: build include: scope ignore: - - dependency-name: "husky" \ No newline at end of file + - dependency-name: "husky"