Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit ea12ad2

Browse files
renovate[bot]renovate-botjonahsnider
authored
Configure Renovate (#54)
* chore(deps): add renovate.json * build(renovate): configure Renovate * build: remove Dependabot config in favor of Renovate Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Jonah Snider <[email protected]>
1 parent 5e07388 commit ea12ad2

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base"],
4+
"labels": ["dependencies"],
5+
"packageRules": [
6+
{
7+
"automerge": true,
8+
"updateTypes": ["patch"]
9+
}
10+
],
11+
"semanticCommitType": "build"
12+
}

0 commit comments

Comments
 (0)