We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61033a commit d0251ebCopy full SHA for d0251eb
.gitattributes
@@ -16,6 +16,7 @@
16
*.js text eol=lf
17
*.js.map text eol=lf
18
*.json text eol=lf
19
+*.json5 text eol=lf
20
*.md text eol=lf
21
*.vert text eol=lf
22
*.xml 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