Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
Open
Show file tree
Hide file tree
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
6 changes: 0 additions & 6 deletions .dependabot/config.yml

This file was deleted.

25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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
target-branch: master
registries:
- git-gitlab-yeebase-com
- git-github-com