From 996fcf1ced623ede80697c02a86a48777c4a734c Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Fri, 2 Aug 2024 10:31:56 -0400 Subject: [PATCH] dependabot fix hopefully --- .github/dependabot.yml | 9 +++------ pom.xml | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b7a77c0..3beb801 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,16 +2,13 @@ version: 2 registries: github: type: "maven-repository" - url: "https://maven.pkg.github.com/pcalouche/spring-forge" -# username: ${{ github.actor }} -# password: ${{ github.token }} + url: "https://maven.pkg.github.com/pcalouche" updates: - package-ecosystem: "maven" directory: "/" - registries: - - github + registries: "*" schedule: - interval: "daily" + interval: "weekly" target-branch: "main" - package-ecosystem: "github-actions" directory: "/" diff --git a/pom.xml b/pom.xml index d418402..14eeaf7 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ true github - https://maven.pkg.github.com/pcalouche/* + https://maven.pkg.github.com/pcalouche