From cb03152e1b0ce096051ecbb75fc7c3819472a62b Mon Sep 17 00:00:00 2001 From: Alex S <49695018+alexs-mparticle@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:56:27 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0316b58..cb2ebe78 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,11 +3,12 @@ updates: - package-ecosystem: npm directory: '/core-sdk-samples/higgs-shop-sample-app/' schedule: - interval: daily - time: "08:00" - timezone: "America/New_York" + interval: weekly + day: 'sunday' target-branch: 'chore/dependabot' labels: ['dependabot'] open-pull-requests-limit: 10 commit-message: prefix: "chore" + allow: + - dependency-type: 'production'