diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index 959789f..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,6 +0,0 @@ -version: 1 -update_configs: - - package_manager: "php:composer" - directory: "/" - update_schedule: "weekly" - target_branch: "master" diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ee5129a --- /dev/null +++ b/.github/dependabot.yml @@ -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