Skip to content

Commit

Permalink
ci: renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Mar 26, 2021
1 parent cd92160 commit 94fe44d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@
"extends": [
"config:base",
"group:allNonMajor",
"schedule:earlyMondays",
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "bump"
"rangeStrategy": "bump",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}

0 comments on commit 94fe44d

Please sign in to comment.