Skip to content

Commit ebbc5d3

Browse files
authored
chore(workflow): let renovate pin GitHub Action digests (#853)
1 parent cd96ea7 commit ebbc5d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json5

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3-
extends: ['config:recommended', 'schedule:weekly'],
3+
extends: [
4+
'config:recommended',
5+
'schedule:weekly',
6+
'helpers:pinGitHubActionDigests',
7+
],
48
ignorePaths: ['**/node_modules/**'],
59
packageRules: [
610
// Use chore as semantic commit type for commit messages

0 commit comments

Comments
 (0)