Skip to content

Commit

Permalink
Merge pull request #846 from Nosto/feature/dependabot-config
Browse files Browse the repository at this point in the history
Add dependabot config file for magento private registry login
  • Loading branch information
supercid authored Mar 7, 2024
2 parents e269128 + fda5959 commit 14daa6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
registries:
adobe:
type: composer-repository
url: https://repo.magento.com
username: ${{ secrets.REPO_USR }}
password: ${{ secrets.REPO_PSW }}

updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 0
registries:
- adobe

0 comments on commit 14daa6e

Please sign in to comment.