Skip to content

Commit

Permalink
renovate: Fix Git submodule scheduling (#586)
Browse files Browse the repository at this point in the history
* renovate: Update Git submodules monthly

* renovate: Enable dependencyDashboardApproval
  • Loading branch information
bkeryan authored Aug 31, 2024
1 parent 55bc8b8 commit ecdef31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"packageRules": [
{
"matchPackagePrefixes": ["third_party/"],
"extends": ["schedule:monthly"]
"matchDepNames": ["third_party/ni-apis", "third_party/protobuf"],
"extends": ["schedule:monthly", ":dependencyDashboardApproval"]
}
]
}

0 comments on commit ecdef31

Please sign in to comment.