diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c94ba56..dd6b759 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: schedule: interval: 'daily' groups: - github-dependencies: + bundler-dependencies: patterns: - '*' - package-ecosystem: 'github-actions' @@ -14,7 +14,7 @@ updates: schedule: interval: 'daily' groups: - github-dependencies: + github-actions-dependencies: patterns: - '*' - package-ecosystem: 'pre-commit' @@ -22,6 +22,6 @@ updates: schedule: interval: 'daily' groups: - github-dependencies: + pre-commit-hooks: patterns: - '*'