Skip to content

Commit

Permalink
testing the update of dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
krickert committed Sep 24, 2024
1 parent ed5c531 commit c5cdc71
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c5cdc71

Please sign in to comment.