From b92af3776bc8a6df32289b8db5e720636a8f6809 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 28 Apr 2021 21:44:40 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .dependabot/config.yml | 6 ------ .github/dependabot.yml | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 .dependabot/config.yml create mode 100644 .github/dependabot.yml 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