Skip to content

Commit

Permalink
Ignore vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Pierangelo Di Pilato <[email protected]>
  • Loading branch information
pierDipi committed Jan 9, 2025
1 parent 112ee58 commit 9039a08
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"pre-commit": {
"ignorePaths": [
"vendor/**"
]
},
"custom.regex": {
"ignorePaths": [
".konflux-release/**",
"test/images-rekt.yaml",
"vendor/**"
]
}
"ignorePaths": [
"vendor/**",
".konflux-release/**",
"test/images-rekt.yaml"
]
}

0 comments on commit 9039a08

Please sign in to comment.