Skip to content

Commit 7374770

Browse files
authored
Updating renovate instructions (#1334)
1 parent 20519c5 commit 7374770

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ For the github-config repository:
3434

3535
For the repository you are adding renovate:
3636
- 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
3839
- Add `renovate.json` to the `.github` directory with following content:
3940
```json
4041
{
@@ -44,4 +45,6 @@ For the repository you are adding renovate:
4445
]
4546
}
4647
```
48+
- Add `renovate.json` to `.github/.syncignore`
49+
4750
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

Comments
 (0)