Skip to content

Commit 6f5c0f0

Browse files
Migrate config .github/renovate.json
1 parent b2bae19 commit 6f5c0f0

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.github/renovate.json

Lines changed: 8 additions & 4 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
],
77
"ignoreDeps": [],
8-
"labels": ["Renovate"],
8+
"labels": [
9+
"Renovate"
10+
],
911
"rebaseWhen": "conflicted",
10-
"schedule": ["on the first day of the month"]
11-
}
12+
"schedule": [
13+
"on the first day of the month"
14+
]
15+
}

0 commit comments

Comments
 (0)