Skip to content

Commit b730098

Browse files
committed
add renovate config
1 parent 740434b commit b730098

File tree

3 files changed

+39
-3
lines changed

3 files changed

+39
-3
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"homepage": "https://moeritz.io"
1717
}
1818
],
19-
"minimum-stability": "beta",
2019
"require": {
2120
"php": ">=8.4.0",
2221
"getkirby/cms": "^5",

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

renovate.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"enabledManagers": ["composer"],
7+
"dependencyDashboard": true,
8+
"timezone": "Europe/Berlin",
9+
"lockFileMaintenance": {
10+
"enabled": false
11+
},
12+
"ignoreUnstable": true,
13+
"packageRules": [
14+
{
15+
"matchUpdateTypes": ["minor", "patch", "digest"],
16+
"schedule": ["before 4am on monday"],
17+
"groupName": "Weekly Updates"
18+
},
19+
{
20+
"matchUpdateTypes": ["patch", "minor", "major"],
21+
"matchConfidence": "high",
22+
"vulnerabilityAlerts": true,
23+
"schedule": [],
24+
"groupName": null
25+
},
26+
{
27+
"matchUpdateTypes": ["major"],
28+
"dependencyDashboardApproval": true,
29+
"groupName": null
30+
},
31+
{
32+
"matchPackageNames": ["php"],
33+
"dependencyDashboardApproval": true,
34+
"groupName": "PHP Version"
35+
}
36+
]
37+
}

0 commit comments

Comments
 (0)