Skip to content

Commit 391a44f

Browse files
authored
Merge pull request #4 from linuxdaemon/renovate/migrate-config
Migrate renovate config
2 parents 5ac6581 + bfb1089 commit 391a44f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

.github/renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base"],
4-
"labels": ["update"],
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"labels": [
7+
"update"
8+
],
59
"prConcurrentLimit": 5,
610
"packageRules": [
711
{
8-
"matchManagers": ["github-actions"],
12+
"matchManagers": [
13+
"github-actions"
14+
],
915
"pinDigests": true
1016
}
1117
]

0 commit comments

Comments
 (0)