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 committed Sep 24, 2024
1 parent 47d6ef6 commit c00a02e
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": [
"Src/Generated/**",
".kokoro/**"
Expand Down

0 comments on commit c00a02e

Please sign in to comment.