From c920831e6cd6883707b400ab3556276a9f350c2d Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Wed, 16 Aug 2023 10:41:57 -0400 Subject: [PATCH] Ignore dependabot updates for k8s.io patches We typically don't create patch releases for k8s updates, so they just create a lot of churn in the commit history and changelog. Users are free to specify any patch version greater than the minimum defined here. Signed-off-by: Scott Andrews --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0c670c1..af446f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,10 @@ updates: directory: "/" schedule: interval: daily + ignore: + - dependency-name: k8s.io/* + update-types: + - version-update:semver-patch open-pull-requests-limit: 10 reviewers: - scothis