From d7d44c1632b7b8490c933d00006d7613be14a3d4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 19:33:55 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5df15e7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,24 @@ +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 + registries: + - git-gitlab-yeebase-com + - git-github-com