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: docs/examples.md
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -188,3 +188,40 @@ jobs:
188
188
189
189
Alternatively, the two occurrences of `--disable-documentation` can be changed to `--enable-documentation`, for resolving the external references to the documentation of the dependencies.
190
190
This will increase build times a bit, though.
191
+
192
+
### Dependency updates
193
+
194
+
You can use [Renovate](https://www.mend.io/renovate/) to detect
195
+
if dependencies do not allow the latest version.
196
+
197
+
If you install [the Renovate Github app](https://github.com/apps/renovate), it
198
+
will submit a PR with configuration to your repository.
199
+
200
+
The following option can be added to that PR. It embeds new dependency versions in a
0 commit comments