From 47f417bd20227b15b497e9e6b0c3d76fe896d629 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:39:36 +0000 Subject: [PATCH] Upgrade to GitHub-native Dependabot --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..ed696b1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +registries: + git-nova-laravel-com: + type: git + url: https://nova.laravel.com + username: mike@genealabs.com + password: "${{secrets.GIT_NOVA_LARAVEL_COM_PASSWORD}}" + +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10 + registries: + - git-nova-laravel-com