We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c892f0e commit 8b107bcCopy full SHA for 8b107bc
.gitattributes
@@ -20,6 +20,7 @@
20
*.js text eol=lf
21
*.js.map text eol=lf
22
*.json text eol=lf
23
+*.json5 text eol=lf
24
*.jsx text eol=lf
25
*.md text eol=lf
26
*.vert text eol=lf
renovate.json renamed to renovate.json5
@@ -1,6 +1,7 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+
4
"extends": [
- "local>LLK/renovate-config"
5
+ "github>LLK/scratch-renovate-config:conservative"
6
]
7
}
0 commit comments