Skip to content

Commit

Permalink
dependabot fix hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 2, 2024
1 parent 8608cc0 commit 996fcf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<enabled>true</enabled>
</snapshots>
<id>github</id>
<url>https://maven.pkg.github.com/pcalouche/*</url>
<url>https://maven.pkg.github.com/pcalouche</url>
</repository>
</repositories>

Expand Down

0 comments on commit 996fcf1

Please sign in to comment.