We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a6eb78 commit b049568Copy full SHA for b049568
1 file changed
renovate.json
@@ -59,7 +59,17 @@
59
"matchDepTypes": ["devDependencies"],
60
"matchUpdateTypes": ["major"],
61
"labels": ["patch", "renovate-deps"]
62
- }
+ },
63
+ {
64
+ "matchPackageNames": ["@types/node"],
65
+ "labels": ["no release", "renovate-deps"]
66
67
68
+ "description": "Pin third-party GitHub Actions to digest SHAs only; Smartly-owned actions stay tag-based (after catch-all pin rules so pinDigests is not overridden)",
69
+ "matchManagers": ["github-actions"],
70
+ "matchPackageNames": ["/^smartlyio\\//"],
71
+ "pinDigests": false
72
+ }
73
],
74
"github-actions": {
75
"enabled": true,
0 commit comments