Skip to content

Commit e7380ec

Browse files
author
Alexander Pann
authored
Merge pull request #1299 from IETS3/bugfix/update_readme
2 parents 7f463f7 + 00b1149 commit e7380ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,7 @@ If that happens, some migrations were not executed in the project. Run `./gradle
220220
- Windows Powershell: `Get-Clipboard | ForEach-Object { $_ -replace '^.{13}', '' } | git apply`
221221
- Linux solution 1: `xclip -o | sed 's/^.\{13\}//' | git apply`
222222
- Linux solution 2: `xsel --clipboard --output | sed 's/^.\{13\}//' | git apply`
223+
224+
## Automatic Updating Of Dependencies
225+
226+
The [Renovate](https://docs.renovatebot.com/) bot updates the dependencies automatically for the master branch or optionally other branches and creates PRs for those changes. The configuration can be found at [renovate.json5](https://github.com/IETS3/iets3.opensource/blob/master/.github/renovate.json5). The documentation for the configuration can be found at https://docs.renovatebot.com/configuration-options/.

0 commit comments

Comments
 (0)