We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d11e7 commit 3625014Copy full SHA for 3625014
.gitattributes
@@ -11,6 +11,7 @@
11
*.js text eol=lf
12
*.js.map text eol=lf
13
*.json text eol=lf
14
+*.json5 text eol=lf
15
*.md text eol=lf
16
*.yml text eol=lf
17
*.txt 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