From 70663d9dc86797eb8c561e379959339430f8bbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drecki?= Date: Tue, 21 Apr 2026 10:25:49 +0200 Subject: [PATCH] Turn off Dependabot for the time being --- .github/dependabot.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 39e45aa9..18c7acb3 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,11 +1,11 @@ -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" - target-branch: "develop" - schedule: - interval: "weekly" - - package-ecosystem: "uv" - directory: "/" - schedule: - interval: "weekly" \ No newline at end of file +# version: 2 +# updates: + # - package-ecosystem: "github-actions" + # directory: "/" + # target-branch: "develop" + # schedule: + # interval: "weekly" + # - package-ecosystem: "uv" + # directory: "/" + # schedule: + # interval: "weekly"