Skip to content

Commit e9ac9a2

Browse files
committed
use scratch-renovate-config:conservative, customized
Prevent auto-merge for scratch-vm to avoid depdency update cycle
1 parent 65db4f2 commit e9ac9a2

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
*.js text eol=lf
1515
*.js.map text eol=lf
1616
*.json text eol=lf
17+
*.json5 text eol=lf
1718
*.md text eol=lf
1819
*.vert text eol=lf
1920
*.xml text eol=lf

renovate.json

-6
This file was deleted.

renovate.json5

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
4+
"extends": [
5+
"github>LLK/scratch-renovate-config:conservative"
6+
],
7+
8+
"packageRules": [
9+
// Don't auto-merge scratch-vm since that will cause a never-ending cycle of dependency updates. Ideally, updating
10+
// scratch-vm in scratch-render shouldn't make a scratch-render release. Once that's true we can remove this rule.
11+
{
12+
"matchPackageNames": ["scratch-vm"],
13+
"automerge": false
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)