From 776f48aef291c4f5454ce144d9840446c200e540 Mon Sep 17 00:00:00 2001 From: Nikolas Rimikis Date: Tue, 24 Oct 2023 10:03:59 +0200 Subject: [PATCH] docs(docs): document versioning in app package Signed-off-by: Nikolas Rimikis --- docs/dependencies.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dependencies.md b/docs/dependencies.md index f3ddd32d..5496d357 100644 --- a/docs/dependencies.md +++ b/docs/dependencies.md @@ -5,3 +5,4 @@ We follow the guidelines outlined in https://dart.dev/tools/pub/dependencies wit 2. Dev dependencies should be pinned to the latest versions since they do not affect consumers of our packages. 3. Using Renovate we automatically update our dependency constraints. For non-dev dependencies this will be the latest major version, for everything else it will upgrade to the latest minor and patch versions as well. The lock files are also kept up-to-date with Renovate to compile everything with the latest available versions. 4. The same rules and automatic workflows apply to the Dart and Flutter versions we use. +5. The `app` package does not constrain the versions so the latest versions can be used.