From b6cdb157bcd24488d82417475cb6060608e01977 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Mon, 16 Nov 2020 13:29:11 +0100 Subject: [PATCH] docs: improve datasource (#7734) Co-authored-by: Rhys Arkins <rhys@arkins.net> --- docs/usage/modules/datasource.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/usage/modules/datasource.md b/docs/usage/modules/datasource.md index 4a40a80525..b8de0bdb81 100644 --- a/docs/usage/modules/datasource.md +++ b/docs/usage/modules/datasource.md @@ -1,7 +1,7 @@ # Datasources -Once Renovate's Managers are done scanning files and extracting dependencies, they will assign a `datasource` to each so that Renovate then knows how to search for new versions. -You do not need to ever configure/override Datasources directly, but you may use them in `packageRules` to configure other aspects of Renovate's behavior, e.g. +Once Renovate's manager is done scanning files and extracting dependencies, it will assign a `datasource` to each extracted package file and/or dependency so that Renovate then knows how to search for new versions. +You do not need to ever configure/override datasources directly, but you may use them in a `packageRules` array to configure other aspects of Renovate's behavior, e.g. ```json { -- GitLab