We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ac6581 + bfb1089 commit 391a44fCopy full SHA for 391a44f
1 file changed
.github/renovate.json
@@ -1,11 +1,17 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base"],
4
- "labels": ["update"],
+ "extends": [
+ "config:recommended"
5
+ ],
6
+ "labels": [
7
+ "update"
8
9
"prConcurrentLimit": 5,
10
"packageRules": [
11
- "matchManagers": ["github-actions"],
12
+ "matchManagers": [
13
+ "github-actions"
14
15
"pinDigests": true
16
}
17
]
0 commit comments