From b358d4915fbb823cfc3afce440c5383c6b784e17 Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Tue, 3 Jun 2025 10:59:10 +0200 Subject: [PATCH] Remove deprecated dependabot configuration --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c80d14af..ed1192a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,6 @@ updates: directory: "/" schedule: interval: "weekly" - reviewers: - - "ironcore-dev/core" # Ignore K8 packages as these are done manually ignore: - dependency-name: "k8s.io/api" @@ -23,11 +21,7 @@ updates: directory: "/" schedule: interval: "weekly" - reviewers: - - "ironcore-dev/core" - package-ecosystem: "docker" directory: "/" schedule: interval: "weekly" - reviewers: - - "ironcore-dev/core"