From 76961c411991d9c1da832ce1b806922b7379da64 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Fri, 2 Dec 2022 03:10:14 -0700 Subject: [PATCH] Update dependabot config --- .github/dependabot.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8d33c6c9e..e86d2599d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,11 +5,15 @@ version: 2 updates: - - package-ecosystem: "composer" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "composer" + directory: "/" + target-branch: "staging" schedule: - interval: "daily" - - package-ecosystem: "npm" # See documentation for possible values - directory: "/" # Location of package manifests + interval: "weekly" + versioning-strategy: lockfile-only + - package-ecosystem: "npm" + directory: "/" + target-branch: "staging" schedule: - interval: "daily" + interval: "weekly" + versioning-strategy: lockfile-only