Skip to content

Commit

Permalink
Merge pull request #1258 from ksimon1/ignorePaths
Browse files Browse the repository at this point in the history
feat: improve renovate config
  • Loading branch information
kubevirt-bot authored Jan 31, 2025
2 parents 9668394 + 9ceadfe commit c485385
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"groupName": "all dependencies",
"groupSlug": "all",
"enabled": false,
"matchPackagePatterns": [
"matchPackageNames": [
"*"
]
}
Expand All @@ -23,5 +23,8 @@
},
"osvVulnerabilityAlerts": true,
"assigneesFromCodeOwners": true,
"separateMajorMinor": true
"separateMajorMinor": true,
"ignorePaths": [
"**/vendor/**"
]
}

0 comments on commit c485385

Please sign in to comment.