Skip to content

Commit

Permalink
deps: Ignore renovate presets
Browse files Browse the repository at this point in the history
These may introduce breaking changes without warnings. And currently, after one such occurrence, override our config. See renovatebot/renovate#31436
  • Loading branch information
amanda-tarafa authored Sep 20, 2024
1 parent b1a90d4 commit bf9e58b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"config:base",
":disableDependencyDashboard"
],
"ignorePresets": [":ignoreModulesAndTests"],
"ignorePaths": [
"Google.Api.CommonProtos/**",
"Google.Api.Gax/**",
Expand Down

0 comments on commit bf9e58b

Please sign in to comment.