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'