We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 989b1bd commit 946c335Copy full SHA for 946c335
.github/renovate.json
@@ -17,12 +17,22 @@
17
],
18
"packageRules": [
19
{
20
+ "description": "Automerge pin updates for GitHub Actions",
21
"matchDatasources": [
22
"github-actions"
23
24
+ "matchDepTypes": [
25
+ "action"
26
+ ],
27
+ "matchUpdateTypes": [
28
+ "pin",
29
+ "digest",
30
+ "pinDigest"
31
32
"labels": [
33
"A-ci"
- ]
34
35
+ "automerge": true
36
}
37
]
-}
38
+}
0 commit comments