Skip to content

Commit addfa3c

Browse files
committed
Add renovate.json5
1 parent fc71405 commit addfa3c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
dependencyDashboardApproval: true,
4+
packageRules: [
5+
{
6+
groupName: "GitHub Actions",
7+
matchManagers: ["github-actions"],
8+
},
9+
{
10+
groupName: "devDependencies",
11+
matchDepTypes: ["devDependencies"],
12+
},
13+
]
14+
}

0 commit comments

Comments
 (0)