mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-28 18:06:34 +02:00
ci: group dependabot updates (#5022)
This commit is contained in:
parent
f6eecff2ee
commit
e352b277c6
1 changed files with 16 additions and 0 deletions
16
.github/dependabot.yaml
vendored
16
.github/dependabot.yaml
vendored
|
@ -5,18 +5,34 @@ updates:
|
|||
schedule:
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 50
|
||||
groups:
|
||||
docker:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/.github/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 50
|
||||
groups:
|
||||
docker:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 50
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
open-pull-requests-limit: 50
|
||||
groups:
|
||||
go:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
Loading…
Add table
Reference in a new issue