mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 18:59:09 +00:00
We dont want to run different Netbird versions in e2e tests and the actual client. So we only allow updates in one place. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Adjusted dependency update settings to skip a specific Go module from automated update pull requests, reducing unnecessary maintenance noise. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
40 lines
809 B
YAML
40 lines
809 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 15
|
|
labels:
|
|
- "changelog/ignore"
|
|
groups:
|
|
github-actions:
|
|
patterns:
|
|
- "*"
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 15
|
|
labels:
|
|
- "changelog/dependencies"
|
|
groups:
|
|
k8s:
|
|
patterns:
|
|
- "k8s.io/*"
|
|
- package-ecosystem: "gomod"
|
|
directories:
|
|
- "/test/e2e"
|
|
schedule:
|
|
interval: "weekly"
|
|
open-pull-requests-limit: 15
|
|
labels:
|
|
- "changelog/ignore"
|
|
ignore:
|
|
- dependency-name: "github.com/netbirdio/netbird"
|
|
groups:
|
|
gomod-e2e:
|
|
patterns:
|
|
- "*"
|