Skip to content

Commit a688c30

Browse files
authored
ci(renovate): disable artifact updates for bun and npm (#685)
1 parent c5c741f commit a688c30

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@
88
// node_modules/bower ignores since setting this key replaces the default.
99
ignorePaths: ['**/node_modules/**', '**/bower_components/**', 'tests/**'],
1010
packageRules: [
11+
{
12+
// bfra-me/renovate-action sets RENOVATE_BINARY_SOURCE=install, so
13+
// Renovate's built-in artifact update path calls `install-tool bun <ver>`
14+
// before regenerating bun.lock. That fails in this environment; the
15+
// postUpgradeTasks `bun install` below regenerates bun.lock instead.
16+
matchManagers: ['bun', 'npm'],
17+
skipArtifactsUpdate: true,
18+
},
1119
{
1220
description: 'Only allow LTS versions of @types/node (even major versions)',
1321
matchPackageNames: ['@types/node'],

0 commit comments

Comments
 (0)