Skip to content

Commit

Permalink
chore: use settings of renovate from .github repo (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
thundermiracle authored Jun 14, 2022
1 parent 9fbb61c commit da0ef42
Showing 1 changed file with 5 additions and 29 deletions.
34 changes: 5 additions & 29 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
{
"extends": [
"config:base",
"schedule:monthly",
"group:allNonMajor",
"group:test",
"group:linters"
],
"platformCommit": true,
"platformAutomerge": true,
"automerge": true,
"rebaseWhen": "conflicted",
"labels": [
"dependencies"
],
"rangeStrategy": "bump",
"ignoreDeps": [
"node"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Onboarding preset for use with ThunderMiracle's repos",
"extends": ["github>thundermiracle/.github"],
"automerge": true
}

0 comments on commit da0ef42

Please sign in to comment.