Skip to content

Commit

Permalink
another dependabot confg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pcalouche committed Aug 1, 2024
1 parent b109c4f commit 8608cc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

permissions:
contents: read
contents: write
packages: read

concurrency:
Expand Down

0 comments on commit 8608cc0

Please sign in to comment.