You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,8 @@ For the github-config repository:
34
34
35
35
For the repository you are adding renovate:
36
36
- Remove current dependency update configuration `.github/dependabot.yml`
37
-
- Add `dependabot.yml` and `renovate.json` to `.github/.syncignore`
37
+
- Add `dependabot.yml` to `.github/.syncignore`
38
+
- Disable dependabot from the repository: Settings -> Advanced Security -> Dependabot security updates -> click on the disable button
38
39
- Add `renovate.json` to the `.github` directory with following content:
39
40
```json
40
41
{
@@ -44,4 +45,6 @@ For the repository you are adding renovate:
44
45
]
45
46
}
46
47
```
48
+
- Add `renovate.json` to `.github/.syncignore`
49
+
47
50
You can add additional configuration (like repository-specific labels depending on minor, major or patch updates) to the repository owned `renovate.json`. The documentation for all configuration options can be found here: https://docs.renovatebot.com/configuration-options/
0 commit comments