diff --git a/.github/dependabot.yml b/.github/dependabot.yml index babb4b6..70703c9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,28 +5,76 @@ updates: schedule: interval: "weekly" target-branch: "base" + groups: + updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" target-branch: "nextui" + groups: + updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" target-branch: "typesafe-env" + groups: + updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" target-branch: "next-auth" + groups: + updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" target-branch: "drizzle" + groups: + updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" target-branch: "main" + groups: + updates: + applies-to: version-updates + patterns: + - "*" + update-types: + - "minor" + - "patch"