From adb1c9380bfe40a3cac3bc17f58196595736c1cb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 20:27:40 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .dependabot/config.yml | 11 ----------- .github/dependabot.yml | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 11 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 ce30196..0000000 --- a/.dependabot/config.yml +++ /dev/null @@ -1,11 +0,0 @@ -update_configs: -- automerged_updates: - - match: {dependency_type: development, update_type: all} - - match: {dependency_type: production, update_type: 'semver:minor'} - default_reviewers: [Smudge3806,CallumEddisford] - directory: / - package_manager: php:composer - target_branch: master - update_schedule: daily - version_requirement_updates: 'off' -version: 1 diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..b438d70 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,34 @@ +version: 2 +registries: + git-github-com: + type: git + url: https://github.com + username: x-access-token + password: "${{secrets.GIT_GITHUB_COM_PASSWORD}}" + git-http-basic-nova-laravel-com: + type: git + url: https://http-basic.nova.laravel.com + username: ryan@xedi.com + password: "${{secrets.GIT_HTTP_BASIC_NOVA_LARAVEL_COM_PASSWORD}}" + composer-repository-satis-xedi-com: + type: composer-repository + url: https://satis.xedi.com + username: xedi + password: "${{secrets.COMPOSER_REPOSITORY_SATIS_XEDI_COM_PASSWORD}}" + +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "22:00" + open-pull-requests-limit: 10 + target-branch: master + reviewers: + - Smudge3806 + - CallumEddisford + versioning-strategy: lockfile-only + registries: + - composer-repository-satis-xedi-com + - git-github-com + - git-http-basic-nova-laravel-com