Skip to content

Commit d7d6896

Browse files
Configure Renovate (#334)
* Add renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marc Espín <[email protected]>
1 parent 1b8edd7 commit d7d6896

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

renovate.json

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

0 commit comments

Comments
 (0)