From 4bad11b27658f9a711d6274a42f9b3af051a529c Mon Sep 17 00:00:00 2001 From: Patrick Boos Date: Fri, 23 Aug 2024 11:18:21 +0200 Subject: [PATCH] [SKIP CI] update dependabot.yml to ignore openapi-generator updates --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c4f1578c..ace12bd4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,10 @@ updates: open-pull-requests-limit: 10 schedule: interval: "weekly" + ignore: + - dependency-name: org.openapi.generator + versions: + - '>= 7.5.0' + - dependency-name: org.openapitools:openapi-generator-gradle-plugin + versions: + - '>= 7.5.0'