From 6c8fa641f6429943dd11167a04ff71a3f4419eb2 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 2 Aug 2024 17:45:49 -0400 Subject: [PATCH] try matching ids --- .github/dependabot.yml | 3 ++- .mvn/settings.xml | 15 +++++++++++++++ pom.xml | 16 +--------------- 3 files changed, 18 insertions(+), 16 deletions(-) create mode 100644 .mvn/settings.xml diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4e2b546..c32894f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,8 @@ registries: updates: - package-ecosystem: "maven" directory: "/" - registries: "*" + registries: + - central schedule: interval: "monthly" target-branch: "main" diff --git a/.mvn/settings.xml b/.mvn/settings.xml new file mode 100644 index 0000000..a51680a --- /dev/null +++ b/.mvn/settings.xml @@ -0,0 +1,15 @@ + + + + + + github-pcalouche-spring-forge + ${env.GITHUB_ACTOR} + ${env.GITHUB_TOKEN} + + + + diff --git a/pom.xml b/pom.xml index 7918ebd..4916771 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - github + github-pcalouche-spring-forge Spring Forge https://maven.pkg.github.com/pcalouche/spring-forge @@ -105,20 +105,6 @@ - - - central - https://repo.maven.apache.org/maven2 - - - - true - - github-pcalouche-spring-forge - https://maven.pkg.github.com/pcalouche/spring-forge - - -