From 4dd2d2b5f2fc3efcaa1e4a1be4389b992b44684f Mon Sep 17 00:00:00 2001 From: Marc-Roig Date: Wed, 26 Apr 2023 15:49:47 +0200 Subject: [PATCH 1/2] chore: run dependabot sunday night --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6bee948be8..06ee6c99bc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,8 @@ updates: directory: / schedule: interval: weekly + day: sunday + time: '22:00' labels: - 'source: dependencies' - 'pr: chore' From 9f0c0531584c2cbb036d8a8c901b90516862a37e Mon Sep 17 00:00:00 2001 From: Marc-Roig Date: Wed, 26 Apr 2023 20:10:21 +0200 Subject: [PATCH 2/2] chore: add interval to npm dependabot action --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 06ee6c99bc..82cb946a0e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,8 @@ updates: directory: / schedule: interval: weekly + day: sunday + time: '22:00' versioning-strategy: increase ignore: # Only allow patch as minor babel versions need to be upgraded all together