Skip to content

Commit 017a8b6

Browse files
authored
fix(renovate): remove helpers:pinGitHubActionDigests (#15)
after discussing with @timrogers and @nickfloyd, we decided to remove pinning of actions until we set up #13. The idea of `helpers:pinGitHubActionDigests` is a good one, but in our particular case, the costs of the noise it creates outweighs the benefits
1 parent ec0a8f8 commit 017a8b6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

default.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
"labels": ["maintenance"],
33
"extends": [
44
"config:base",
5-
":disableDependencyDashboard",
6-
"helpers:pinGitHubActionDigests"
5+
":disableDependencyDashboard"
76
],
87
"lockFileMaintenance": {
98
"enabled": true,

0 commit comments

Comments
 (0)