mirror of
https://github.com/YuzuZensai/netbird-kubernetes-operator.git
synced 2026-09-13 10:49:15 +00:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user