Skip to content

Commit

Permalink
build: improve renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
stieg committed Nov 1, 2020
1 parent b6f2937 commit 36f9573
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
branches:
- f/**
- master
- next
- p/**
- renovate/**

name: CI

Expand Down
13 changes: 10 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"extends": [
"config:base"
]
"automerge": true,
"baseBranches": ["master"],
"commitMessagePrefix": "build: ",
"enabled": true,
"extends": ["config:base"],
"labels": ["bot:renovate"],
"major": {
"automerge": false
},
"reviewers": ["stieg"]
}

0 comments on commit 36f9573

Please # to comment.