Skip to content

Commit 94bae4b

Browse files
authored
Merge pull request #43 from simatic-ax/feat/add_renovate_settings
Feat: add default settings for use of renovate in template
2 parents 7d04bda + 32a2736 commit 94bae4b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.apax
22
.env
33
bin
4-
*.tgz
4+
*.tgz
5+
/.vs

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ app
4646
+- apax-files-section.yml
4747
| # adjust the project description file / add apax-scripts
4848
+- apax.yml
49+
| # settings file for activate of renovate
50+
+- renovate.json
4951
| # essential git project files, pls. adjust
5052
+- CODEOWNERS
5153
+- README.md

template/renovate.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
3+
}

0 commit comments

Comments
 (0)