Skip to content

Commit

Permalink
✨ add dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
w3cj committed Sep 19, 2024
1 parent 9d3a762 commit 9afb6ef
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9afb6ef

Please sign in to comment.