mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-29 20:19:56 +00:00
38 lines
792 B
YAML
38 lines
792 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 15
|
|
groups:
|
|
actions:
|
|
patterns:
|
|
- "*"
|
|
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/"
|
|
schedule:
|
|
interval: "daily"
|
|
open-pull-requests-limit: 15
|
|
groups:
|
|
aws-sdk:
|
|
patterns:
|
|
- "github.com/aws/aws-sdk-go-v2/*"
|
|
pion:
|
|
patterns:
|
|
- "github.com/pion/*"
|
|
gorm:
|
|
patterns:
|
|
- "gorm.io/*"
|
|
otel:
|
|
patterns:
|
|
- "go.opentelemetry.io/*"
|
|
testcontainers:
|
|
patterns:
|
|
- "github.com/testcontainers/testcontainers-go/*"
|
|
wireguard:
|
|
patterns:
|
|
- "golang.zx2c4.com/wireguard*"
|