Skip to content

Commit 81007f4

Browse files
committed
Add renovate.json5
1 parent 4f29c39 commit 81007f4

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: 'devDependencies',
7+
matchDepTypes: ['devDependencies'],
8+
},
9+
{
10+
groupName: 'GitHub Actions',
11+
matchManagers: ['github-actions'],
12+
},
13+
],
14+
}

0 commit comments

Comments
 (0)