Skip to content

Commit 193cd3e

Browse files
GH-12 Configure Renovate (#12)
* Add renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6982cfe commit 193cd3e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

renovate.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"groupName": "all dependencies",
7+
"groupSlug": "all",
8+
"lockFileMaintenance": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "all dependencies",
14+
"groupSlug": "all",
15+
"matchPackagePatterns": [
16+
"*"
17+
]
18+
}
19+
],
20+
"separateMajorMinor": false
21+
}

0 commit comments

Comments
 (0)