Skip to content

Commit aa6b374

Browse files
Configure Renovate (#144)
* Add renovate.json * Enable 'pipenv' package manager * Enable lock file maintenance --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jonavelle Cuerdo <[email protected]>
1 parent 46160be commit aa6b374

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"assigneesFromCodeOwners": true,
4+
"extends": [
5+
"schedule:nonOfficeHours"
6+
],
7+
"dependencyDashboard": true,
8+
"enabledManagers": [
9+
"pipenv"
10+
],
11+
"lockFileMaintenance": {
12+
"enabled": true,
13+
"recreateWhen": "always",
14+
"rebaseStalePrs": true,
15+
"branchTopic": "lock-file-maintenance",
16+
"commitMessageAction": "Lock file maintenance",
17+
"commitMessageTopic": null,
18+
"commitMessageExtra": null,
19+
"schedule": [
20+
"* 4 * * 1"
21+
],
22+
"groupName": null,
23+
"prBodyDefinitions": {
24+
"Change": "All locks refreshed"
25+
}
26+
}
27+
}

0 commit comments

Comments
 (0)