Skip to content

Commit 946c335

Browse files
committed
ci: activate automerge for github action digest update
Signed-off-by: simonsan <[email protected]>
1 parent 989b1bd commit 946c335

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/renovate.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,22 @@
1717
],
1818
"packageRules": [
1919
{
20+
"description": "Automerge pin updates for GitHub Actions",
2021
"matchDatasources": [
2122
"github-actions"
2223
],
24+
"matchDepTypes": [
25+
"action"
26+
],
27+
"matchUpdateTypes": [
28+
"pin",
29+
"digest",
30+
"pinDigest"
31+
],
2332
"labels": [
2433
"A-ci"
25-
]
34+
],
35+
"automerge": true
2636
}
2737
]
28-
}
38+
}

0 commit comments

Comments
 (0)