Skip to content

Commit 31c5ac4

Browse files
author
Alexander Pann
authored
Merge branch 'master' into merge/mps20241
2 parents 79defc5 + e7380ec commit 31c5ac4

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)