Files
netbird-kubernetes-operator/.github/dependabot.yaml
T
Philip LaineandGitHub e5fbdadd24 Ignore Netbird dependency in e2e test dependencies (#358)
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 -->
2026-07-08 10:18:43 +02:00

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:
- "*"