Skip to content

Commit

Permalink
automate renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
tobru committed Nov 17, 2022
1 parent 238f934 commit 18590b4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":disableDependencyDashboard"
],
"packageRules": [
{
"matchUpdateTypes": ["major", "minor", "patch"],
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true,
"ignoreTests": true
}
]
}

0 comments on commit 18590b4

Please sign in to comment.