Skip to content

Commit 77786b3

Browse files
committed
Update renovate config to recommended standard
1 parent ec4e118 commit 77786b3

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

renovate.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
3-
"config:base",
4-
":assignee(arska)"
4+
"config:recommended"
55
],
66
"packageRules": [
77
{
8-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
9-
"automerge": true
8+
"description": "Auto-merge GitHub Actions updates",
9+
"matchManagers": ["github-actions"],
10+
"automerge": true,
11+
"automergeType": "pr",
12+
"matchUpdateTypes": ["major", "minor", "patch", "digest"]
13+
},
14+
{
15+
"description": "Auto-merge all minor and patch updates",
16+
"matchUpdateTypes": ["minor", "patch"],
17+
"automerge": true,
18+
"automergeType": "pr"
1019
}
1120
]
12-
1321
}

0 commit comments

Comments
 (0)