We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5573266 + c0f2e93 commit ee0b24bCopy full SHA for ee0b24b
.github/renovate.json5
@@ -1,23 +1,25 @@
1
{
2
- $schema: "https://docs.renovatebot.com/renovate-schema.json",
+ $schema: 'https://docs.renovatebot.com/renovate-schema.json',
3
extends: [
4
- "config:recommended"
+ 'config:recommended',
5
],
6
labels: [
7
- "dependencies",
+ 'dependencies',
8
9
schedule: [
10
// before 6 am on the first day of the month
11
// note that the first slot (minutes) must be '*'
12
- "* 0-5 1 * *",
+ '* 0-5 1 * *',
13
14
lockFileMaintenance: {
15
enabled: true,
16
},
17
pep723: {
18
- fileMatch: [
19
- "scripts/*.py",
+ managerFilePatterns: [
+ '/scripts/*.py/',
20
21
22
- ignoreDeps: ["python"],
+ ignoreDeps: [
23
+ 'python',
24
+ ],
25
}
0 commit comments