Skip to content

Commit

Permalink
Migrate config .github/renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ComiR committed Oct 24, 2024
1 parent 91b6cb1 commit 2105e73
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,11 @@
"schedule:yearly"
],
"osvVulnerabilityAlerts": true,
"postUpdateOptions": ["npmDedupe"],
"transitiveRemediation": true,
"postUpdateOptions": [
"npmDedupe"
],
"packageRules": [
{
"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}})"
},
Expand All @@ -32,6 +30,9 @@
"Passing",
"Confidence",
"OpenSSF"
],
"matchSourceUrls": [
"https://github.com/{/,}**"
]
}
]
Expand Down

0 comments on commit 2105e73

Please sign in to comment.