Skip to content

Commit

Permalink
chore: ignore sdk dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: ocobleseqx <[email protected]>
  • Loading branch information
ocobles committed Nov 17, 2023
1 parent 951d295 commit 362f036
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,10 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"ignorePaths": [
"sdk/**",
"!sdk/go.mod",
"!sdk/go.sum"
]
}

0 comments on commit 362f036

Please sign in to comment.