Skip to content

Commit 5ddcdad

Browse files
chore: Configure Renovate (#12)
* Add renovate.json * chore: update schema --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Diogo Gaspar <dgaspar@kth.se>
1 parent 45f7ce4 commit 5ddcdad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"extends": [
3+
"config:recommended",
4+
":semanticCommitTypeAll(chore)"
5+
],
6+
"digest": {
7+
"enabled": false
8+
},
9+
"packageRules": [
10+
{
11+
"matchUpdateTypes": ["minor", "patch", "pin"],
12+
"automerge": false
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)