Skip to content

Commit 8971041

Browse files
authored
ci: pin commit for actions (#271)
1 parent 0a2d250 commit 8971041

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/renovate.json5

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
{
88
"matchFileNames": ["**/react-18/**"],
99
"ignoreDeps": ["react", "react-dom", "@types/react", "@types/react-dom"]
10-
}
10+
},
11+
{
12+
"matchDepTypes": ["action"],
13+
"excludePackagePrefixes": ["actions/", "github/"],
14+
"pinDigests": true,
15+
},
1116
],
1217
ignoreDeps: [
1318
"generouted", // testing lib shipping JSX (new version ship transpiled JS)

0 commit comments

Comments
 (0)