From 47db4e9c9d0020a327b679b486e67b178dbce194 Mon Sep 17 00:00:00 2001 From: Vikentiy Fesunov Date: Tue, 4 Mar 2025 10:45:57 +0000 Subject: [PATCH] Ignore bouncycastle-fips preview releases Keep updates to the current published stream. https://www.bouncycastle.org/download/bouncy-castle-java-fips https://www.bouncycastle.org/download/bouncy-castle-java-fips/roadmap/ --- .github/dependabot.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index c90f579c43877..f441b088e8348 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -218,3 +218,7 @@ updates: - changelog/no-changelog schedule: interval: weekly + ignore: + - dependency-name: org.bouncycaslte:* + # Ignore preview versions + versions: [ "[2.1,)" ]