Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to GitHub-native Dependabot #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2
registries:
composer-repository-composer-amasty-com:
type: composer-repository
url: https://composer.amasty.com
username: c385f0bd71bdbea3bc3860661763bacc
password: "${{secrets.COMPOSER_REPOSITORY_COMPOSER_AMASTY_COM_PASSWORD}}"
composer-repository-packages-geissweb-de:
type: composer-repository
url: https://packages.geissweb.de
username: 2yN58EqMH3sCowsJgXni8fT7DtzF6HpQ
password: "${{secrets.COMPOSER_REPOSITORY_PACKAGES_GEISSWEB_DE_PASSWORD}}"
composer-repository-repo-magento-com:
type: composer-repository
url: https://repo.magento.com
username: 0be44dd5fe4ed278e7f09a756ed33444
password: "${{secrets.COMPOSER_REPOSITORY_REPO_MAGENTO_COM_PASSWORD}}"
composer-repository-repo-packagist-com:
type: composer-repository
url: https://repo.packagist.com
username: paales
password: "${{secrets.COMPOSER_REPOSITORY_REPO_PACKAGIST_COM_PASSWORD}}"

updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 99
registries:
- composer-repository-composer-amasty-com
- composer-repository-packages-geissweb-de
- composer-repository-repo-magento-com
- composer-repository-repo-packagist-com