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 xxmustafacooTR committed Jul 24, 2024
1 parent 251ce9e commit 296f471
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 296f471

Please sign in to comment.