Skip to content
This repository was archived by the owner on Sep 17, 2025. 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
31 changes: 31 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
version: 2
registries:
git-gitlab-yeebase-com:
type: git
url: https://gitlab.yeebase.com
username: jsu
password: "${{secrets.GIT_GITLAB_YEEBASE_COM_PASSWORD}}"
git-github-com:
type: git
url: https://github.com
username: x-access-token
password: "${{secrets.GIT_GITHUB_COM_PASSWORD}}"

updates:
- package-ecosystem: composer
directory: "/"
schedule:
interval: weekly
time: "06:00"
timezone: Europe/Berlin
open-pull-requests-limit: 10
ignore:
- dependency-name: doctrine/coding-standard
versions:
- ">= 6.a, < 7"
- dependency-name: squizlabs/php_codesniffer
versions:
- ">= 3.5.a, < 3.6"
registries:
- git-gitlab-yeebase-com
- git-github-com