[skip ci] Group dependabot dependencies (#1892)

This commit is contained in:
LoveSy 2024-07-19 23:46:53 +08:00 committed by GitHub
parent 35d025cc18
commit d7364cfc8e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,18 +4,35 @@ updates:
directory: / directory: /
schedule: schedule:
interval: daily interval: daily
groups:
actions:
patterns:
- "*"
- package-ecosystem: cargo - package-ecosystem: cargo
directory: userspace/ksud directory: userspace/ksud
schedule: schedule:
interval: daily interval: daily
allow:
- dependency-type: "all"
groups:
crates:
patterns:
- "*"
- package-ecosystem: gradle - package-ecosystem: gradle
directory: manager directory: manager
schedule: schedule:
interval: daily interval: daily
groups:
maven:
patterns:
- "*"
- package-ecosystem: npm - package-ecosystem: npm
directory: website directory: website
schedule: schedule:
interval: daily interval: daily
allow:
- dependency-type: "all"
groups:
npm:
patterns:
- "*"