From ba2e4c278fdc59870c0511a17392e5f2f5ad45d4 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Wed, 14 Aug 2024 21:23:02 -0400 Subject: [PATCH] chore: remove explicit dependabot versioning-strategy --- .github/dependabot.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca40893679..3d9f2eaf43 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,13 +7,12 @@ updates: target-branch: beta schedule: interval: monthly - timezone: US/Michigan + timezone: America/Detroit time: '06:00' groups: github_actions: patterns: - '*' - versioning-strategy: increase - package-ecosystem: npm directory: / @@ -21,7 +20,7 @@ updates: schedule: interval: weekly day: sunday - timezone: US/Michigan + timezone: America/Detroit time: '06:00' commit-message: prefix: 'chore(deps)' @@ -42,4 +41,3 @@ updates: - patch patterns: - '*' - versioning-strategy: widen