Skip to content

Commit e4635ff

Browse files
authored
ci: pin commit for actions (#552)
1 parent 3eab59f commit e4635ff

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@
1818
groupName: "prettier",
1919
matchPackageNames: ["prettier"],
2020
},
21+
{
22+
"matchDepTypes": ["action"],
23+
"excludePackagePrefixes": ["actions/", "github/"],
24+
"pinDigests": true,
25+
},
2126
],
2227
"ignoreDeps": [
2328
// manually bumping

0 commit comments

Comments
 (0)