Skip to content

Commit 5ac6581

Browse files
committed
Remove unnecessary fields from renovate configuration for GitHub Actions
1 parent 1936b63 commit 5ac6581

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/renovate.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:base"],
4-
"platform": "github",
54
"labels": ["update"],
65
"prConcurrentLimit": 5,
76
"packageRules": [
87
{
98
"matchManagers": ["github-actions"],
10-
"pinDigests": true,
11-
"commitMessageTopic": "github-actions",
12-
"groupName": "github-actions",
13-
"automerge": false
9+
"pinDigests": true
1410
}
1511
]
1612
}

0 commit comments

Comments
 (0)