From ecdef3195eb2893e2bbaab5f777c98d2cbfd6e1b Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Fri, 30 Aug 2024 19:36:05 -0500 Subject: [PATCH] renovate: Fix Git submodule scheduling (#586) * renovate: Update Git submodules monthly * renovate: Enable dependencyDashboardApproval --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6b1b5c134..fbec0eebd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -7,8 +7,8 @@ }, "packageRules": [ { - "matchPackagePrefixes": ["third_party/"], - "extends": ["schedule:monthly"] + "matchDepNames": ["third_party/ni-apis", "third_party/protobuf"], + "extends": ["schedule:monthly", ":dependencyDashboardApproval"] } ] } \ No newline at end of file