* fix whitespace in list, let markdown renderer figure out ordered list
* capitalize noun SemVer
* behaviour -> behavior
* use node 14 in examples, get latest SHA256 digest for node 14.15.1
* be consistent in using files in list items
* use docker-compose.yml in item list
* use active voice style for list items
* rewrite sections preservation of version precision and version compatibility
* rewrite section on digest pinning
* fix typo
* rewrite sectoin digest updating
* rewrite section configuring/disabling
* fix typo
* change h5 headings to h3
* Rewrite sections
* use simpler version numbers for examples
* rewrite confusing section
* fix typo
* selfhosted -> self-hosted
* remove double word
* add missing word
* Use myimage instead of node for examples
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* change node -> myimage in another sentence
Co-authored-by: Rhys Arkins <rhys@arkins.net>
* docs: use American English spelling for word behavior
* Revert "docs: use American English spelling for word behavior"
This reverts commit 5952fe793f.
* behaviour -> behavior for md files in docs/**
* change behaviour -> behavior for lib/versioning/poetry
* point to renovate discussion for readme.md
* point to renovate discussions for contributing.md
* point to renovate discussions for configuration-options.md
* point to renovate discussions for configuration-templates.md
Removes code which ensured rules with updateTypes always ran last and therefore had higher priority.
Closes#4482
BREAKING CHANGE: Package Rules will be evaluated in the order they are configured, instead of evaluating rules with updateTypes last.
The existing npm-specific `unpublishSafe` setting will be removed and migrated instead to use `stabilityDays` (3). The `renovate/unpublish-safe` status check is also deprecated and the existing `renovate/stability-days` will be used instead.
Closes#5265
BREAKING CHANGE: The status check `renovate/unpublish-safe` will be replaced with `renovate/stability-days`. Please migrate any branch protection rules if you were relying on `renovate/unpublish-safe`.