Skip to content

Commit

Permalink
ci: Remove missleading renovate ignore path.
Browse files Browse the repository at this point in the history
Because of renovatebot/renovate#31436, this is now being overriden by the `config:base` presets, and this path will not be ignored.

We may want some dependencies here to be updated anyway, and we can manually close the ones we don't want. Those won't be a lot.
  • Loading branch information
amanda-tarafa authored and jskeet committed Sep 25, 2024
1 parent 73213ed commit 963ddd7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
":disableDependencyDashboard"
],
"ignorePaths": [
"src/Google.Events.Protobuf/**",
".kokoro/**"
],
"schedule": ["before 8am"],
Expand Down

0 comments on commit 963ddd7

Please sign in to comment.