diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f967b67..61b2ac5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: schedule: interval: "monthly" groups: - dependencies: + python: patterns: - "*" - package-ecosystem: "bundler" @@ -13,7 +13,7 @@ updates: schedule: interval: "monthly" groups: - regression: + ruby: patterns: - "*" - package-ecosystem: "github-actions"