Skip to content

Commit f4741c8

Browse files
chore: add renovate.json (#202)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a47c776 commit f4741c8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

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+
"extends": ["config:recommended"],
4+
"groupName": "all dependencies",
5+
"groupSlug": "all",
6+
"packageRules": [
7+
{
8+
"groupName": "all dependencies",
9+
"groupSlug": "all",
10+
"matchPackageNames": ["*"]
11+
}
12+
],
13+
"separateMajorMinor": false
14+
}

0 commit comments

Comments
 (0)