Skip to content

Commit 911029f

Browse files
Configure Renovate (#1)
* Add renovate.json * add renovate configuration file --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Roberto Cella <[email protected]>
1 parent 5df99e1 commit 911029f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/renovate.json

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"labels": [
4+
"dependencies"
5+
],
6+
"packageRules": [
7+
{
8+
"matchUpdateTypes": [
9+
"minor",
10+
"patch"
11+
],
12+
"automerge": true,
13+
"minimumReleaseAge": "1 week",
14+
"matchPackageNames": [
15+
"*"
16+
]
17+
}
18+
],
19+
"extends": [
20+
"config:recommended"
21+
]
22+
}

0 commit comments

Comments
 (0)