commit
01c008ed11
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -14,6 +14,7 @@
|
||||
*.js text eol=lf
|
||||
*.js.map text eol=lf
|
||||
*.json text eol=lf
|
||||
*.json5 text eol=lf
|
||||
*.md text eol=lf
|
||||
*.vert text eol=lf
|
||||
*.xml text eol=lf
|
||||
|
16
renovate.json5
Normal file
16
renovate.json5
Normal file
@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
|
||||
"extends": [
|
||||
"github>LLK/scratch-renovate-config:conservative"
|
||||
],
|
||||
|
||||
"packageRules": [
|
||||
// Don't auto-merge scratch-vm since that will cause a never-ending cycle of dependency updates. Ideally, updating
|
||||
// scratch-vm in scratch-render shouldn't make a scratch-render release. Once that's true we can remove this rule.
|
||||
{
|
||||
"matchPackageNames": ["scratch-vm"],
|
||||
"automerge": false
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user