Skip to content

Commit

Permalink
Disable renovate
Browse files Browse the repository at this point in the history
Turning this off until it's configured properly to only open PRs for security vulnerabilities
  • Loading branch information
taylordowns2000 authored Nov 22, 2022
1 parent b70783d commit 7c93c6f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
{
"enabled": false,
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"extends": ["config:base"],
"assignees": [],
"schedule": ["on Friday", "every weekend"],
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": false,
}
}

0 comments on commit 7c93c6f

Please sign in to comment.