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 7d04bda + 32a2736 commit 94bae4bCopy full SHA for 94bae4b
.gitignore
@@ -1,4 +1,5 @@
1
.apax
2
.env
3
bin
4
-*.tgz
+*.tgz
5
+/.vs
README.md
@@ -46,6 +46,8 @@ app
46
+- apax-files-section.yml
47
| # adjust the project description file / add apax-scripts
48
+- apax.yml
49
+ | # settings file for activate of renovate
50
+ +- renovate.json
51
| # essential git project files, pls. adjust
52
+- CODEOWNERS
53
+- README.md
template/renovate.json
@@ -0,0 +1,3 @@
+{
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json"
+}
0 commit comments