From a924b9d94a163d826bfe5aa6fb20340ca3db61fd Mon Sep 17 00:00:00 2001 From: Austin Date: Thu, 6 Mar 2025 03:36:27 -0500 Subject: [PATCH] Small Fix: Don't run Dependabot on protobufs (#6241) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7b4a0f1b..b14290be2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,6 +19,8 @@ updates: interval: daily time: "05:00" timezone: US/Pacific + ignore: + - dependency-name: protobufs - package-ecosystem: github-actions directory: /.github/workflows schedule: