From c19e907c0c5c26604b30dbd7d56752e26a407476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 9 Jun 2025 19:06:15 +0200 Subject: [PATCH] Fix dependabot MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4ecfe617..7a5d2064 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,8 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development - versioning-strategy: increase groups: - github-actions: + github-actions-dependencies: patterns: - "*" - package-ecosystem: pip @@ -21,8 +20,7 @@ updates: time: "10:00" open-pull-requests-limit: 10 target-branch: development - versioning-strategy: increase groups: - github-actions: + python-dependencies: patterns: - "*"