Skip to content

Commit 053aa22

Browse files
committed
fix: Pin digests in renovate only for gh actions
1 parent 08be9bf commit 053aa22

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@
1010
"pip_requirements": {
1111
"managerFilePatterns": ["requirements/*.txt"]
1212
},
13-
"pinDigests": true
13+
"github-actions": {
14+
"pinDigests": true
15+
}
1416
}

0 commit comments

Comments
 (0)