Skip to content

Commit 28d2d54

Browse files
committed
Add renovate.json configuration
Signed-off-by: Vincent Demeester <[email protected]>
1 parent 75a1e57 commit 28d2d54

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

renovate.json

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"labels": ["dependencies"],
3+
"autoApprove": true,
4+
"packageRules": [
5+
{
6+
"description": "Automerge non-major updates",
7+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
8+
"automerge": true
9+
}
10+
],
11+
"extends": [
12+
"github>konflux-ci/mintmaker//config/renovate/renovate.json"
13+
]
14+
}

0 commit comments

Comments
 (0)