From 8608cc023a61c311e6fdf81462125369326813c1 Mon Sep 17 00:00:00 2001 From: Phil Calouche Date: Thu, 1 Aug 2024 17:20:06 -0400 Subject: [PATCH] another dependabot confg fix --- .github/dependabot.yml | 7 ++++--- .github/workflows/continuous-integration.yml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3bf3485..b7a77c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,12 +3,13 @@ registries: github: type: "maven-repository" url: "https://maven.pkg.github.com/pcalouche/spring-forge" - username: ${{ github.actor }} - password: ${{ github.token }} +# username: ${{ github.actor }} +# password: ${{ github.token }} updates: - package-ecosystem: "maven" directory: "/" - registries: "*" + registries: + - github schedule: interval: "daily" target-branch: "main" diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index bb66f4e..a1f5d49 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -6,7 +6,7 @@ on: - main permissions: - contents: read + contents: write packages: read concurrency: