From d644ca931022ca9e4662acbb0d3e547329ef3652 Mon Sep 17 00:00:00 2001 From: Bartosz Majsak Date: Wed, 31 Jul 2024 09:02:15 +0200 Subject: [PATCH] chore(dependabot): exclude k8s deps from updates This change will prevent automatically diverging from the opendatahub-operator project as we want to be consumed as dependency there. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99f7994..c206ff6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,10 @@ updates: schedule: interval: "weekly" rebase-strategy: "disabled" + # To be aligned with opendatahub-operator codebase these dependencies are ignored for now + ignore: + - dependency-name: "sigs.k8s.io/controller-runtime" + - dependency-name: "k8s.io/*" reviewers: - aslakknutsen - bartoszmajsak