Skip to content

Commit 0aff633

Browse files
authored
Merge pull request #164 from dotnet/renovate/migrate-config
Migrate renovate config
2 parents 959bddb + b90b5e3 commit 0aff633

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.github/renovate.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,29 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": [
4+
"config:recommended"
5+
],
46
"lockFileMaintenance": {
57
"enabled": true,
68
"recreateWhen": "always",
7-
"rebaseStalePrs": true,
9+
"rebaseWhen": "behind-base-branch",
810
"branchTopic": "lock-file-maintenance",
911
"commitMessageAction": "Lock file maintenance",
1012
"commitMessageTopic": null,
1113
"commitMessageExtra": null,
12-
"schedule": ["on friday"],
14+
"schedule": [
15+
"on friday"
16+
],
1317
"groupName": null,
1418
"prBodyDefinitions": {
1519
"Change": "All locks refreshed"
1620
}
1721
},
1822
"skipInstalls": false,
1923
"postUpgradeTasks": {
20-
"commands": ["yarn run build"],
24+
"commands": [
25+
"yarn run build"
26+
],
2127
"executionMode": "branch"
2228
}
2329
}

0 commit comments

Comments
 (0)