Skip to content

Commit ee0b24b

Browse files
Merge pull request #390 from neutrinoceros/renovate/migrate-config
2 parents 5573266 + c0f2e93 commit ee0b24b

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/renovate.json5

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
4-
"config:recommended"
4+
'config:recommended',
55
],
66
labels: [
7-
"dependencies",
7+
'dependencies',
88
],
99
schedule: [
1010
// before 6 am on the first day of the month
1111
// note that the first slot (minutes) must be '*'
12-
"* 0-5 1 * *",
12+
'* 0-5 1 * *',
1313
],
1414
lockFileMaintenance: {
1515
enabled: true,
1616
},
1717
pep723: {
18-
fileMatch: [
19-
"scripts/*.py",
18+
managerFilePatterns: [
19+
'/scripts/*.py/',
2020
],
2121
},
22-
ignoreDeps: ["python"],
22+
ignoreDeps: [
23+
'python',
24+
],
2325
}

0 commit comments

Comments
 (0)