Skip to content

Commit 4ed293e

Browse files
authored
Update and rename renovate.json to renovate.json5
1 parent 581ba22 commit 4ed293e

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

renovate.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

renovate.json5

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3+
extends: [
4+
"config:recommended",
5+
"github>chkpwd/renovate",
6+
":semanticCommitTypeAll(chore)"
7+
],
8+
packageRules: [
9+
{
10+
matchDepTypes: "dev",
11+
matchUpdateTypes: ["minor", "patch"],
12+
automerge: true
13+
},
14+
]
15+
}

0 commit comments

Comments
 (0)