Skip to content

Commit 3103735

Browse files
authored
Update Renovate configuration for best practices
1 parent 1caf3da commit 3103735

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

‎.github/renovate.json‎

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
2+
"$schema": "https://renovatebot.com",
3+
"extends": [
4+
"config:best-practices",
5+
"helpers:pinGitHubActionDigestsToSemver"
6+
],
47
"timezone": "Europe/London",
58
"schedule": ["after 9am and before 5pm every weekday"],
9+
"dependencyDashboard": true,
610
"assignees": ["jimboid"],
7-
"enabledManagers": ["github-actions"],
11+
"minimumReleaseAge": "3 days",
12+
"packageRules": [
13+
{
14+
"matchManagers": ["github-actions"],
15+
"groupName": "GitHub Actions",
16+
"addLabels": ["ci", "dependencies"]
17+
},
18+
]
819
}

0 commit comments

Comments
 (0)