Skip to content

Commit 9b3a9fd

Browse files
ci (renovate): switch from dependabot
1 parent c57daac commit 9b3a9fd

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

.github/dependabot.yml

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

.github/renovate.json5

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"description": "Renovate configuration that updates dependencies every Saturday at 10:00 AM Central Time",
4+
"timezone": "America/Chicago",
5+
"lockFileMaintenance": {
6+
"enabled": true
7+
},
8+
"packageRules": [
9+
{
10+
"matchManagers": ["pip_requirements"],
11+
"enabled": true
12+
}
13+
],
14+
"schedule": [
15+
"* 10 * * SAT"
16+
],
17+
"prConcurrentLimit": 5,
18+
"rangeStrategy": "update-lockfile"
19+
}

0 commit comments

Comments
 (0)