diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6bee948be8..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 @@ -24,6 +26,8 @@ updates: directory: / schedule: interval: weekly + day: sunday + time: '22:00' labels: - 'source: dependencies' - 'pr: chore'