Skip to content

Commit

Permalink
feat: add renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Mar 3, 2021
1 parent 1dfb156 commit 2b6b3df
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"automerge": true,
"automergeType": "branch",
"docker": {
"major": {
"enabled": true
},
"pinDigests": true
},
"extends": [
"config:base",
":semanticCommits",
":semanticCommitTypeAll(chore)"
],
"major": {
"automerge": false
}
}

0 comments on commit 2b6b3df

Please sign in to comment.