Skip to content

Commit 5308982

Browse files
committed
chore: update Renovate config
1 parent 8ff112d commit 5308982

1 file changed

Lines changed: 18 additions & 7 deletions

File tree

renovate.json

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,29 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
3+
"extends": ["config:recommended"],
64
"timezone": "Europe/Berlin",
7-
"schedule": "before 2am every weekday",
5+
"schedule": ["at any time"],
86
"labels": [
97
"bot",
108
"renovate",
119
"dependencies",
1210
"skip:test:long_running",
1311
"skip:codecov"
1412
],
15-
"ignorePaths": [
16-
"plugins/manifest/package.json"
13+
"lockFileMaintenance": {
14+
"enabled": true,
15+
"schedule": ["before 5am on monday"]
16+
},
17+
"packageRules": [
18+
{
19+
"groupName": "minor and patch dependencies",
20+
"matchManagers": ["pep621"],
21+
"matchUpdateTypes": ["minor", "patch"]
22+
},
23+
{
24+
"groupName": "GitHub Actions",
25+
"matchManagers": ["github-actions"],
26+
"separateMajorMinor": false
27+
}
1728
]
18-
}
29+
}

0 commit comments

Comments
 (0)