diff --git a/.dependabot/config.yml b/.dependabot/config.yml deleted file mode 100644 index d281338..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:patch'} - default_reviewers: [Smudge3806] - 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..8b01f7b --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,33 @@ +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 + versioning-strategy: lockfile-only + registries: + - composer-repository-satis-xedi-com + - git-github-com + - git-http-basic-nova-laravel-com