diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cce0894..8c772f4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,8 +11,14 @@ updates: groups: production-dependencies: dependency-type: "production" + update-types: + - minor + - patch development-dependencies: dependency-type: "development" + update-types: + - minor + - patch - package-ecosystem: "github-actions" directory: "/" schedule: