From b2f373c32a074fb57a42a7cfc8b802beb5544eab Mon Sep 17 00:00:00 2001 From: Jack Blower Date: Thu, 13 Oct 2022 16:22:40 +0100 Subject: [PATCH 1/2] fix: dependabot weekly on monday --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bfb4adf..cded43c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: terraform directory: "/deploy/azure/infra/stacks-aks" schedule: - interval: daily + interval: weekly + day: monday timezone: Europe/London open-pull-requests-limit: 10 rebase-strategy: disabled From 8ec96b8b0d208a8405acbf29d6ca8879a4b6cc5b Mon Sep 17 00:00:00 2001 From: Jack Blower Date: Thu, 13 Oct 2022 16:36:07 +0100 Subject: [PATCH 2/2] fix: lint --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cded43c..6eed79f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: directory: "/deploy/azure/infra/stacks-aks" schedule: interval: weekly - day: monday + day: monday timezone: Europe/London open-pull-requests-limit: 10 rebase-strategy: disabled