From 9f0c0531584c2cbb036d8a8c901b90516862a37e Mon Sep 17 00:00:00 2001 From: Marc-Roig Date: Wed, 26 Apr 2023 20:10:21 +0200 Subject: [PATCH] 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