mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 02:16:28 +02:00
38 lines
775 B
YAML
38 lines
775 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "docker"
|
|
directory: "/"
|
|
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:
|
|
- "*"
|