Skip to content

Commit

Permalink
Add renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and rcdailey committed May 16, 2024
1 parent 701dcd1 commit fb5d634
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":disableRateLimiting"],
"minimumReleaseAge": "5 days",
// Temporarily disable NPM until the Docusaurus v3 upgrade is worked out
"npm": {
"enabled": false
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"commitMessagePrefix": "ci(deps):"
}
]
}

0 comments on commit fb5d634

Please sign in to comment.