Skip to content

Commit

Permalink
[TASK] dependabot: Add Github as registry
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskienast committed Jan 8, 2025
1 parent d3f9b62 commit ed350aa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ updates:
interval: "daily"
registries:
- composer
- github
commit-message:
prefix: "[DEP]"
prefix-development: "[DEP-DEV]"
Expand All @@ -34,3 +35,8 @@ registries:
url: https://repo.packagist.com/typo3gmbh/
username: token
password: ${{secrets.PACKAGIST_AUTH_TOKEN}}
github:
type: git
url: https://github.com
username: x-access-token
password: ${{secrets.ACTIONS_TOKEN}}

0 comments on commit ed350aa

Please sign in to comment.