From 7128ec18a0b4a4e2f8ad472cf0f2c455a35388e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 21:22:03 +0000 Subject: [PATCH 1/2] Create Dependabot config file --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..736da7c --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +version: 2 +updates: +- package-ecosystem: composer + directory: "/" + schedule: + interval: daily + time: "13:00" + open-pull-requests-limit: 10 From 08ad90d910dac3a68e1054baf19450539cc7001f Mon Sep 17 00:00:00 2001 From: Austin Passy <367897+thefrosty@users.noreply.github.com> Date: Sat, 1 Aug 2020 14:22:34 -0700 Subject: [PATCH 2/2] Update dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 736da7c..8d7b727 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,6 @@ updates: - package-ecosystem: composer directory: "/" schedule: - interval: daily - time: "13:00" + interval: weekly + target-branch: "develop" open-pull-requests-limit: 10