Skip to content

Commit 070056c

Browse files
chore: Block ruby uses-with updates (#1899)
1 parent 393b067 commit 070056c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/renovate.json5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
"matchUpdateTypes": ["major"],
2525
"matchManagers": ["ruby"],
2626
"dependencyDashboardApproval": true
27+
},
28+
{
29+
"matchFileNames": [".github/workflows/release-*.yaml"]
30+
"ignoreDeps": ["ruby"]
2731
}
2832
],
2933
"labels": [

0 commit comments

Comments
 (0)