From 4417febe02d808c9cb048bc06dc8d6847c02fcb4 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Mon, 25 Nov 2024 08:16:51 -0500 Subject: [PATCH] dependabot config updates --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f527644..376cadc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,9 @@ updates: maven-plugins: patterns: - org.apache.maven.plugins* + ignore: + - dependency-name: "org.springframework.boot:spring-boot-starter-parent" + update-types: [ "version-update:semver-minor", "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: @@ -33,6 +36,9 @@ updates: maven-plugins: patterns: - org.apache.maven.plugins* + ignore: + - dependency-name: "org.springframework.boot:spring-boot-starter-parent" + update-types: [ "version-update:semver-minor", "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: