Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fzipi committed Nov 4, 2023
1 parent 07ef745 commit 9b33684
Showing 1 changed file with 27 additions and 4 deletions.
31 changes: 27 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"packageRules": [
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchSourceUrlPrefixes": ["https://github.com/"],
"prBodyDefinitions": {
"OpenSSF": "[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/{{sourceRepo}}/badge)](https://securityscorecards.dev/viewer/?uri=github.com/{{sourceRepo}})"
},
"prBodyColumns": [
"Package",
"Type",
"Update",
"Change",
"Pending",
"OpenSSF"
]
}
]
}

0 comments on commit 9b33684

Please sign in to comment.