mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
ci: combine dependabot updates for one group to 1 pull-request
This commit is contained in:
committed by
Kévin Dunglas
parent
a4dc93f831
commit
22cf94d556
12
.github/dependabot.yaml
vendored
12
.github/dependabot.yaml
vendored
@@ -7,6 +7,10 @@ updates:
|
||||
interval: weekly
|
||||
commit-message:
|
||||
prefix: chore
|
||||
groups:
|
||||
go-modules:
|
||||
patterns:
|
||||
- '*'
|
||||
- package-ecosystem: gomod
|
||||
directory: /caddy
|
||||
schedule:
|
||||
@@ -18,9 +22,17 @@ updates:
|
||||
ignore:
|
||||
- dependency-name: github.com/google/cel-go
|
||||
- dependency-name: github.com/quic-go/*
|
||||
groups:
|
||||
go-modules:
|
||||
patterns:
|
||||
- '*'
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: weekly
|
||||
commit-message:
|
||||
prefix: ci
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- '*'
|
||||
|
||||
Reference in New Issue
Block a user