Skip to content

Commit

Permalink
Update dependabot config (#1856)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastuxso authored Dec 13, 2024
1 parent 61525b1 commit 644765d
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ updates:
- dependency-name: "@types/vscode"

groups:
patch-updates:
patterns:
- "typescript"
- "@connectrpc/connect-node"
update-types:
- patch
types-node:
patterns:
- "@types/node"
Expand All @@ -47,8 +53,8 @@ updates:
- package-ecosystem: npm
directory: "/examples/k8s"
schedule:
interval: monthly
time: "09:00"
interval: weekly
time: "05:30"
day: "wednesday"
timezone: "America/Los_Angeles"
open-pull-requests-limit: 1
open-pull-requests-limit: 3

0 comments on commit 644765d

Please sign in to comment.