From c2a60cc5e99ee96a1871debc7c6b5461690e8e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20J=C4=99drecki?= Date: Tue, 28 Apr 2026 14:16:12 +0200 Subject: [PATCH] Uncomment dependabot config --- .github/dependabot.yaml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 18c7acb3..24aac2bc 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" +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + target-branch: "develop" + schedule: + interval: "weekly" + - package-ecosystem: "uv" + directory: "/" + schedule: + interval: "weekly"