Skip to content

Commit b3da7f8

Browse files
authored
Switch to renovate (#59)
1 parent f9865c2 commit b3da7f8

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.github/dependabot.yml

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

.github/renovate.json

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

0 commit comments

Comments
 (0)