Skip to content

Commit b049568

Browse files
committed
Properly separate node updates to fix label overlapping + pin only non-smartly actions
1 parent 3a6eb78 commit b049568

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

renovate.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,17 @@
5959
"matchDepTypes": ["devDependencies"],
6060
"matchUpdateTypes": ["major"],
6161
"labels": ["patch", "renovate-deps"]
62-
}
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+
}
6373
],
6474
"github-actions": {
6575
"enabled": true,

0 commit comments

Comments
 (0)