HonkingGoose
eaf3f78cb4
docs: capitalize noun SemVer ( #7984 )
2020-12-13 15:25:51 +01:00
Rhys Arkins
6b1b34bf26
logs: lower replace warning to info
2020-12-13 14:52:31 +01:00
Rhys Arkins
9c3e336e22
fix(docker): better checking for null dep strings
2020-12-13 12:11:43 +01:00
Rhys Arkins
172082509c
fix(nuget): don’t warn for 3.0.0-rc version
2020-12-13 12:09:17 +01:00
Rhys Arkins
dd8cf757a6
chore(pre-commit): better logging
2020-12-13 12:09:05 +01:00
Rhys Arkins
ca11767763
fix: migrate packageRules objects to array ( #7981 )
2020-12-13 10:16:37 +01:00
Rhys Arkins
55cc5dd9b3
fix(presets): restore unpublishSafe
2020-12-13 09:46:57 +01:00
Charles Korn
732b8bd77b
feat: batect-wrapper manager ( #7939 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-13 09:03:02 +01:00
HonkingGoose
f806844fbb
chore: update issue template to point to discussions ( #7976 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-13 08:26:33 +01:00
Charles Korn
3b7b5dcea7
feat: update Batect bundle references ( #7977 )
2020-12-13 08:10:12 +01:00
HonkingGoose
40a75d6587
docs: improve Docker documentation ( #7925 )
...
* 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>
2020-12-12 20:57:38 +01:00
HonkingGoose
291f1f37e3
docs: use American English spelling for word behavior ( #7969 )
...
* 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
2020-12-12 16:06:58 +01:00
Rhys Arkins
817bfaee2c
fix: ls-lint should be a dev dependency
2020-12-12 15:06:32 +01:00
HonkingGoose
6d09296391
docs: update config help links ( #7975 )
...
* 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
2020-12-12 13:07:03 +01:00
Michael Kriese
f900b70147
fix(gitea): replace links in issue body ( #7967 )
2020-12-11 21:38:33 +01:00
Michael Kriese
98d45047b4
ci: add workflow name ( #7965 )
2020-12-11 16:11:59 +01:00
yoswein
122d69dbcb
chore: add whitesource scan ( #7964 )
2020-12-11 15:56:18 +01:00
Rhys Arkins
5c3ec876dd
refactor: recursively migrate configs ( #7963 )
2020-12-11 14:49:27 +01:00
Rhys Arkins
9e99a8c2c9
refactor: calculate isMigrated programmatically ( #7961 )
2020-12-11 14:08:24 +01:00
Rhys Arkins
00a08225b9
refactor: use ls-lint ( #7956 )
2020-12-11 13:29:43 +01:00
Rhys Arkins
8ec93ef764
refactor: remove packageRules nesting from internal presets ( #7960 )
2020-12-11 13:10:07 +01:00
Rhys Arkins
7dbea83a6b
docs: remove outdated beta remarks
2020-12-11 12:35:04 +01:00
Rhys Arkins
1abfcc82ec
docs: fix java, nuget endpoint->baseUrl packageRules
...
Ref: #7912 #7959
2020-12-11 12:30:49 +01:00
renovate[bot]
592259ba71
build(deps): update dependency p-queue to v6.6.2 ( #7955 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-11 10:21:09 +00:00
renovate[bot]
255632f003
build(deps): update dependency ini to v1.3.6 [security] ( #7946 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-11 10:10:57 +01:00
Sergei Zharinov
683b87f845
fix(limits): Refactor hourly PR limit calculation ( #7930 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-11 10:10:26 +01:00
Rhys Arkins
4202be9ef0
fix: don’t prioritize updateTypes packageRules ( #7897 )
...
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.
2020-12-11 10:10:12 +01:00
Sergei Zharinov
6f7b4afd1e
feat(npm): migrate and deprecate unpublishSafe ( #7464 )
...
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`.
2020-12-11 10:09:58 +01:00
Sergei Zharinov
663117beab
feat(http): Support for per-host http concurrency limits ( #6983 )
2020-12-11 10:09:09 +01:00
renovate[bot]
6c414e7736
chore(deps): update dependency eslint-config-prettier to v7 ( #7940 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-11 09:35:56 +01:00
Sergei Zharinov
db6b48722e
fix(node): Use better "isStable" function ( #7157 )
2020-12-11 09:29:13 +01:00
Sergei Zharinov
c98a537f8b
refactor(limits): Refactor global limits counter ( #7931 )
2020-12-11 09:26:47 +01:00
Rhys Arkins
e41b5161e3
fix: create vulnerability PRs immediately
2020-12-11 09:15:52 +01:00
Sergei Zharinov
f0cc3bfad1
fix(github): Fix v3
stripping for graphql in GHE ( #7944 )
2020-12-10 17:44:22 +01:00
HonkingGoose
b391a55668
docs: tidy up dependency pinning essay ( #7911 )
2020-12-10 15:13:02 +01:00
Rhys Arkins
92c8f4d499
fix(composer): don’t add vendor directory ( #7937 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-10 13:47:46 +01:00
Charles Korn
3c41acd88e
fix(batect): use docker versioning ( #7936 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-10 12:40:32 +01:00
Sergei Zharinov
9c30da26de
refactor(http): Don't use obsolete URL functions with http wrappers ( #7938 )
...
* refactor(http): Remove obsolete URL functions usage
2020-12-10 11:13:58 +01:00
Rhys Arkins
df5d27b7d8
chore(presets): remove workaround for actions/setup-node ( #7934 )
2020-12-10 09:29:11 +01:00
Sergei Zharinov
fc82a2a6b9
refactor: Rename maxSatisfyingVersion to getSatisfyingVersion ( #7917 )
2020-12-10 09:25:04 +01:00
Christopher Sauer
c76ca3b170
feat(bazel): Allow updating more types of http_archives, including zip ( #7929 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-10 09:13:47 +01:00
Sergei Zharinov
6354425126
refactor(github): Remove obsolete URL functions from HTTP wrapper ( #7932 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-10 09:13:25 +01:00
Sergei Zharinov
e18259c2a5
refactor(http): Remove URL functions from platform-specific wrappers ( #7933 )
2020-12-10 08:50:04 +01:00
Christian Bewernitz
69931df927
docs: Clarify requiredStatusChecks
config option ( #7926 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2020-12-09 21:36:15 +01:00
Michael Kriese
f18b7f3504
feat(gitea): support presets ( #7920 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2020-12-09 13:31:06 +01:00
Sergei Zharinov
d8df51f20e
feat(util): Add resolveBaseUrl function ( #7918 )
2020-12-09 13:05:31 +01:00
renovate[bot]
245828590f
chore(deps): update dependency @types/eslint to v7.2.6 ( #7921 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-09 12:00:49 +00:00
renovate[bot]
13b53edef3
build(deps): update dependency semver to v7.3.4 ( #7913 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-12-09 10:00:55 +00:00
HonkingGoose
110362f12b
docs: improve configuration templates ( #7863 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-09 09:18:55 +01:00
Charles Korn
c07bf5fc55
feat: batect manager ( #7898 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-12-09 09:16:16 +01:00