Skip to content

Commit a7a003b

Browse files
renovate[bot]fwiesel
authored andcommitted
Migrate config .github/renovate.json
1 parent 87ff1c2 commit a7a003b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/renovate.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"assignees": [
77
"notandy"
88
],
99
"packageRules": [
1010
{
11-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
11+
"matchUpdateTypes": [
12+
"minor",
13+
"patch",
14+
"pin",
15+
"digest"
16+
],
1217
"automerge": true
1318
}
1419
],

0 commit comments

Comments
 (0)