Skip to content

Commit d44da52

Browse files
committed
chore: also automerge pin and digest updates
Added pin and digest to automerge update types - these are safe hash/digest updates for pinned dependencies like GitHub Actions.
1 parent 3c50dab commit d44da52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"platformAutomerge": true,
88
"packageRules": [
99
{
10-
"matchUpdateTypes": ["patch", "minor"],
10+
"matchUpdateTypes": ["patch", "minor", "pin", "digest"],
1111
"automerge": true
1212
}
1313
]

0 commit comments

Comments
 (0)