Skip to content

Commit 8615dbb

Browse files
authored
Merge pull request #412 from dafyddj/ci/renovate
ci(renovate): disable Ruby (`setup-ruby`) updates
2 parents 4ca2a95 + 4e6305d commit 8615dbb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/renovate.json5

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@
1616
'* 0-5 * * 2', // Tuesdays before 6AM only
1717
],
1818
packageRules: [
19+
{
20+
// Update Ruby (for Test Kitchen) manually to keep in sync with Chef Workstation
21+
matchDepNames: ['ruby'],
22+
matchDepTypes: ['uses-with'],
23+
enabled: false,
24+
},
1925
],
2026
}

0 commit comments

Comments
 (0)