From c74b4208a3b7711182b3da412db584c6b740dcee Mon Sep 17 00:00:00 2001 From: Deuchnord Date: Mon, 12 May 2025 17:52:39 +0200 Subject: [PATCH] ci: fix dependabot --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba3dcb4..e92f1ac 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ version: 2 updates: - package-ecosystem: pip directory: "/" - target-branch: master + target-branch: main open-pull-requests-limit: 5 schedule: interval: daily @@ -16,7 +16,7 @@ updates: - package-ecosystem: github-actions directory: "/" open-pull-requests-limit: 5 - target-branch: master + target-branch: main schedule: interval: weekly reviewers: