Skip to content

Commit

Permalink
chore: disable renovate except for vulnerability prs
Browse files Browse the repository at this point in the history
Disable automated prs excepting vulnerability pr fixes.
  • Loading branch information
sheldonhull authored Jun 1, 2023
1 parent 08a1a8e commit 9293cf7
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["DelineaXPM/renovate-config"]
}
"extends": [
"DelineaXPM/renovate-config"
],
"enabled": false,
"vulnerabilityAlerts": {
"enabled": true,
"semanticCommitType": "security",
"prCreation": "immediate"
}
}

0 comments on commit 9293cf7

Please sign in to comment.