mirror of
https://github.com/scratchfoundation/scratch-semantic-release-config.git
synced 2024-11-23 07:58:23 -05:00
ci: enable Renovate
This commit is contained in:
parent
57c5df152e
commit
4301f534c8
2 changed files with 8 additions and 0 deletions
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -9,6 +9,7 @@
|
||||||
# Prefer LF for most file types
|
# Prefer LF for most file types
|
||||||
*.js text eol=lf
|
*.js text eol=lf
|
||||||
*.json text eol=lf
|
*.json text eol=lf
|
||||||
|
*.json5 text eol=lf
|
||||||
*.md text eol=lf
|
*.md text eol=lf
|
||||||
*.yml text eol=lf
|
*.yml text eol=lf
|
||||||
|
|
||||||
|
|
7
renovate.json5
Normal file
7
renovate.json5
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
|
||||||
|
"extends": [
|
||||||
|
"github>LLK/scratch-renovate-config"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue