We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a049deb + 3625014 commit d3562b6Copy full SHA for d3562b6
.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.json5
@@ -0,0 +1,7 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+
4
+ "extends": [
5
+ "github>LLK/scratch-renovate-config:conservative"
6
+ ]
7
+}
0 commit comments