Skip to content

Commit

Permalink
chore: renovate to ignorepaths with dotnet files (#202)
Browse files Browse the repository at this point in the history
~The `sdk` folder is completely auto-generated so we don't want
`renovate` updating anything there.~
I came across this while checking #196 #197 which I don't understand
because "sdk/**" was already specified
  • Loading branch information
ocobles authored Sep 19, 2024
2 parents f0e184e + 832f744 commit 8c5227f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
"extends": [
"config:base"
],
"ignorePresets": [":ignoreModulesAndTests"],
"ignorePaths": [
"sdk/**",
"!sdk/go.mod",
"!sdk/go.sum"
]
],
"nuget": {
"ignorePaths": [
"sdk/dotnet/**"
]
}
}

0 comments on commit 8c5227f

Please sign in to comment.