Skip to content

Commit bf3f6a2

Browse files
committed
feat: revert disable renovate by default
docs: update readme Signed-off-by: Raphael Arce <[email protected]>
1 parent 3e94e26 commit bf3f6a2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/renovate.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"enabled": false,
32
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
43
"extends": ["github>technologiestiftung/renovate-config"]
54
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
logos, etc (I know you stopped at tbd...)
1616
- [ ] Adjust the file [.github/CODEOWNERS](./.github/CODEOWNERS)
1717
- [ ] Adjust the files under [.github/ISSUE_TEMPLATE](./.github/ISSUE_TEMPLATE)
18-
- [ ] If you need renovate, enable it in the file [.github/renovate.json](./.github/renovate.json)
18+
- [ ] If you need renovate, enable it for your repository in the renovate app in the settings of your organisation
1919
- [ ] If you use staging and main branches use this template for [.github/renovate.json](./.github/renovate.json)
2020

2121
```json

0 commit comments

Comments
 (0)