From c5cdc71f1eef2c567da487cc86360886547903fb Mon Sep 17 00:00:00 2001 From: krickert Date: Tue, 24 Sep 2024 09:47:40 -0400 Subject: [PATCH] testing the update of dependabot --- .github/dependabot.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 052a8fb..90400ed 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,15 @@ version: 2 updates: - - package-ecosystem: "maven" # See documentation for possible values + - package-ecosystem: "maven" directory: "/" # Location of package manifests schedule: interval: "daily" + registries: + - github-packages +registries: + github-packages: + type: maven + url: https://maven.pkg.github.com/krickert/rag-models + username: krickert # Your GitHub username + password: ${{secrets.GH_TOKEN}} # The secret configured above \ No newline at end of file