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 -->
This commit is contained in:
Philip Laine
2026-07-08 10:18:43 +02:00
committed by GitHub
parent c5bc1825f3
commit e5fbdadd24
+2
View File
@@ -31,6 +31,8 @@ updates:
open-pull-requests-limit: 15 open-pull-requests-limit: 15
labels: labels:
- "changelog/ignore" - "changelog/ignore"
ignore:
- dependency-name: "github.com/netbirdio/netbird"
groups: groups:
gomod-e2e: gomod-e2e:
patterns: patterns: