Skip to content

Commit

Permalink
Merge pull request #249 from DFE-Digital/update-renovate-config
Browse files Browse the repository at this point in the history
Update renovate.json
  • Loading branch information
RogerHowellDfE authored Apr 11, 2024
2 parents 7bcf9c7 + 187ea4e commit fbe3715
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"config:best-practices"
],
"packageRules": [
{
"description": "Automatically merge minor and patch-level updates",
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
],
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": true
}
"automergeType": "pr",
"semanticCommits": true,
"dependencyDashboard": true,
"labels": ["dependencies"],
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true
}
}

0 comments on commit fbe3715

Please sign in to comment.