Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jissereitsma authored Oct 25, 2022
1 parent 5afee7c commit fa87f47
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,13 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"hostRules": [
{
"matchHost": "repo.magento.com",
"hostType": "packagist",
"username": "${{ secrets.MAGENTO_MARKETPLACE_USERNAME }}",
"password": "${{ secrets.MAGENTO_MARKETPLACE_PASSWORD }}"
}
]
}

0 comments on commit fa87f47

Please sign in to comment.