Skip to content

Commit

Permalink
Merge pull request #38 from internalsystemerror/renovate-enable-all-m…
Browse files Browse the repository at this point in the history
…anagers

Enable renovate for all managers
  • Loading branch information
Ocramius authored Oct 31, 2022
2 parents 1ebb247 + fd65c0c commit cbcde24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions RENOVATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ From https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts:

```json
"commitBodyTable": true,
"enabledManagers": ["composer", "dockerfile", "docker-compose", "github-actions"],
"lockFileMaintenance": {"enabled": true, "extends": ["schedule:daily"]},
"platformAutomerge": true,
"prFooter": "[Read more information](https://github.com/laminas/.github/blob/main/RENOVATE.md) about the use of [Renovate Bot](https://github.com/renovatebot/renovate) within Laminas.",
Expand All @@ -123,9 +122,6 @@ From https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts:

- **[commitBodyTable](https://docs.renovatebot.com/configuration-options/#commitbodytable)** - Adds a table to the
commit message describing all updates in the commit.
- **[enabledManagers](https://docs.renovatebot.com/configuration-options/#enabledmanagers)** - To begin with, this is
enabled for `composer`, `dockerfile`, `docker-compose` and `github-actions`. Other managers (such as `npm` etc.) are
also available.
- **[lockFileMaintenance](https://docs.renovatebot.com/configuration-options/#lockfilemaintenance)** - Lockfile
maintenance should be performed during the scheduled run.
- **[platformAutomerge](https://docs.renovatebot.com/configuration-options/#platformautomerge)** - Use GitHub's merging
Expand Down
1 change: 0 additions & 1 deletion renovate-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"group:allNonMajor"
],
"commitBodyTable": true,
"enabledManagers": ["composer", "dockerfile", "docker-compose", "github-actions"],
"lockFileMaintenance": {"enabled": true, "extends": ["schedule:daily"]},
"platformAutomerge": true,
"prFooter": "[Read more information](https://github.com/laminas/.github/blob/main/RENOVATE.md) about the use of [Renovate Bot](https://github.com/renovatebot/renovate) within Laminas.",
Expand Down

0 comments on commit cbcde24

Please sign in to comment.