Skip to content

Commit

Permalink
[skip ci] Group dependabot dependencies (tiann#1892)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and jeffpeng3 committed Aug 5, 2024
1 parent bf54944 commit 6454475
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,35 @@ updates:
directory: /
schedule:
interval: daily

groups:
actions:
patterns:
- "*"
- package-ecosystem: cargo
directory: userspace/ksud
schedule:
interval: daily

allow:
- dependency-type: "all"
groups:
crates:
patterns:
- "*"
- package-ecosystem: gradle
directory: manager
schedule:
interval: daily

groups:
maven:
patterns:
- "*"
- package-ecosystem: npm
directory: website
schedule:
interval: daily
allow:
- dependency-type: "all"
groups:
npm:
patterns:
- "*"

0 comments on commit 6454475

Please sign in to comment.