Skip to content

Commit

Permalink
add nuget.ignorePaths config
Browse files Browse the repository at this point in the history
Signed-off-by: Oscar Cobles <[email protected]>
  • Loading branch information
Oscar Cobles committed Sep 18, 2024
1 parent 399d688 commit 832f744
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
"extends": [
"config:base"
],
"ignorePresets": [":ignoreModulesAndTests"],
"ignorePaths": [
"sdk/**"
]
"sdk/**",
"!sdk/go.mod",
"!sdk/go.sum"
],
"nuget": {
"ignorePaths": [
"sdk/dotnet/**"
]
}
}

0 comments on commit 832f744

Please sign in to comment.