Skip to content

Commit 8546fd9

Browse files
Migrate renovate config (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6d473be commit 8546fd9

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
":semanticCommitsDisabled"
66
],
7-
"labels": ["Renovate"],
7+
"labels": [
8+
"Renovate"
9+
],
810
"rebaseWhen": "conflicted",
9-
"schedule": ["on the first day of the month"],
11+
"schedule": [
12+
"on the first day of the month"
13+
],
1014
"automerge": true
1115
}

0 commit comments

Comments
 (0)