diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b48c6d5aa..5ea5ba02b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,9 @@ multi-ecosystem-groups: time: '08:00' timezone: Etc/UTC updates: -- package-ecosystem: github-actions - directory: "/" +- package-ecosystem: bundler + directories: + - "/" multi-ecosystem-group: all patterns: - "*" @@ -18,11 +19,13 @@ updates: - dependency-type: all cooldown: default-days: 1 + semver-major-days: 14 + semver-minor-days: 7 + semver-patch-days: 1 include: - "*" -- package-ecosystem: bundler - directories: - - "/" +- package-ecosystem: github-actions + directory: "/" multi-ecosystem-group: all patterns: - "*" @@ -30,9 +33,6 @@ updates: - dependency-type: all cooldown: default-days: 1 - semver-major-days: 14 - semver-minor-days: 7 - semver-patch-days: 1 include: - "*"