Skip to content

Commit

Permalink
chore: undo ignore renovate default behavior (#205)
Browse files Browse the repository at this point in the history
I misinterpreted the function `ignorePresets` in #202, which actually
ignores the default behavior of ignoring
[ignoreModulesAndTests](https://docs.renovatebot.com/presets-default/#ignoremodulesandtests).
Merging this change should autoclose #203 where renovate is trying to
update content in `**/examples/**`

Signed-off-by: Oscar Cobles <[email protected]>
  • Loading branch information
ocobles authored Sep 20, 2024
1 parent 8c5227f commit 937fe82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"extends": [
"config:base"
],
"ignorePresets": [":ignoreModulesAndTests"],
"ignorePaths": [
"sdk/**",
"!sdk/go.mod",
Expand Down

0 comments on commit 937fe82

Please sign in to comment.