Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.
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-repo-packagist-com:
type: composer-repository
url: https://repo.packagist.com
username: token
password: "${{secrets.COMPOSER_REPOSITORY_REPO_PACKAGIST_COM_PASSWORD}}"
composer-repository-www-phpclasses-org:
type: composer-repository
url: https://www.phpclasses.org
username: kills
password: "${{secrets.COMPOSER_REPOSITORY_WWW_PHPCLASSES_ORG_PASSWORD}}"
composer-repository-complex-it-xp-dev-com:
type: composer-repository
url: https://complex-it.xp-dev.com
username: travisci
password: "${{secrets.COMPOSER_REPOSITORY_COMPLEX_IT_XP_DEV_COM_PASSWORD}}"

updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: daily
time: "04:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10
ignore:
- dependency-name: rector/rector
versions:
- "> 0.7.0"
registries:
- composer-repository-repo-packagist-com
- composer-repository-www-phpclasses-org
- composer-repository-complex-it-xp-dev-com