Skip to content

Commit 9e022a6

Browse files
committed
Add Renovate configuration
1 parent 5ecb3c7 commit 9e022a6

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

renovate.json5

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: [
4+
"config:recommended",
5+
"schedule:weekends",
6+
"schedule:automergeNonOfficeHours"
7+
],
8+
enabledManagers: [
9+
"github-actions",
10+
],
11+
major: {
12+
dependencyDashboardApproval: true,
13+
},
14+
pinDigests: true,
15+
labels: [
16+
"renovate",
17+
],
18+
dependencyDashboardLabels: [
19+
"renovate",
20+
],
21+
packageRules: [
22+
// GitHub Actions
23+
{
24+
matchManagers: [
25+
"github-actions",
26+
],
27+
matchUpdateTypes: [
28+
"major",
29+
"minor",
30+
"patch",
31+
"digest"
32+
],
33+
groupName: "GitHub Actions dependencies",
34+
groupSlug: "github-actions",
35+
dependencyDashboardApproval: false,
36+
automerge: true,
37+
platformAutomerge: true,
38+
},
39+
],
40+
}

0 commit comments

Comments
 (0)