From e5fbdadd24520493cee71fc2b46f90f9988fe4a5 Mon Sep 17 00:00:00 2001 From: Philip Laine Date: Wed, 8 Jul 2026 10:18:43 +0200 Subject: [PATCH] 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. ## Summary by CodeRabbit * **Chores** * Adjusted dependency update settings to skip a specific Go module from automated update pull requests, reducing unnecessary maintenance noise. --- .github/dependabot.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index e9c4b20..5f9c28e 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -31,6 +31,8 @@ updates: open-pull-requests-limit: 15 labels: - "changelog/ignore" + ignore: + - dependency-name: "github.com/netbirdio/netbird" groups: gomod-e2e: patterns: