Skip to content

Commit

Permalink
Configure Renovate bot
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 6, 2021
1 parent 3d21e20 commit 8c95a6b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ pull_request_rules:
- or:
- author=janstenpickle
- author=catostrophe
- author=renovate[bot]
- and:
- label=skip-release
- label=ready-to-merge
Expand Down
16 changes: 16 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"enabledManagers": [
"docker-compose"
],
"addLabels": [
"dependency-update"
],
"reviewers": [
"janstenpickle",
"catostrophe"
]
}

0 comments on commit 8c95a6b

Please sign in to comment.