1 parent 1caf3da commit 3103735Copy full SHA for 3103735
1 file changed
.github/renovate.json
@@ -1,8 +1,19 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:recommended"],
+ "$schema": "https://renovatebot.com",
+ "extends": [
4
+ "config:best-practices",
5
+ "helpers:pinGitHubActionDigestsToSemver"
6
+ ],
7
"timezone": "Europe/London",
8
"schedule": ["after 9am and before 5pm every weekday"],
9
+ "dependencyDashboard": true,
10
"assignees": ["jimboid"],
- "enabledManagers": ["github-actions"],
11
+ "minimumReleaseAge": "3 days",
12
+ "packageRules": [
13
+ {
14
+ "matchManagers": ["github-actions"],
15
+ "groupName": "GitHub Actions",
16
+ "addLabels": ["ci", "dependencies"]
17
+ },
18
+ ]
19
}
0 commit comments