Sebastian Poxhofer
0f3faff278
feat(terraform): rework dep types ( #9116 )
...
Improves the `depType` values returned by the terraform manager.
Closes #8792
BREAKING CHANGE: Values for extracted `depType` in terraform manager have changed, please see the `terraform` manager readme for details.
2021-04-22 08:47:58 +02:00
Rhys Arkins
0500042d1d
feat: updateType=patch ( #9393 )
...
Changes behavior so that patch updateType is not rewritten to minor by default.
Closes #2818
BREAKING CHANGE: patch updates are not considered updateType=minor by default.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13bbc5d6a2
feat(config): remove manager additionalBranchPrefix defaults ( #9373 )
...
Resets any language or manager` additionalBranchPrefix` values to empty string. Add the `compatibility:additionalBranchPrefix` prefix to restore previous behavior.
BREAKING CHANGE: Removal of default `additionalBranchPrefix` values will cause branch names to change for docker/helm/buildkite/cargo/homebrew.
2021-04-22 08:47:58 +02:00
Rhys Arkins
8af905e8f5
feat: split trustLevel into separate options ( #9388 )
...
Removes trustLevel and replaces it with 3 other options instead. No longer necessary to set anything additional is configuring `allowedPostUpgradeCommands`
BREAKING CHANGE: `trustLevel` is no longer supported and instead broken into `allowCustomCrateRegistries` , `allowScripts` , and `exposeAllEnv`.
2021-04-22 08:47:58 +02:00
Rhys Arkins
95ac10998c
feat: remove logLevel support in config ( #9390 )
...
Remove support for logLevel in config. Must be configured using LOG_LEVEL instead.
Closes #8291
BREAKING CHANGE: Configure LOG_LEVEL in env and not in config or CLI
2021-04-22 08:47:58 +02:00
Rhys Arkins
57015047b2
feat: drop NPM_TOKEN support ( #9391 )
...
Removes support for NPM_TOKEN.
BREAKING CHANGE: Do not use NPM_TOKEN in env to configure npm authentication. Configure hostRules instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
1a1ace919e
feat: remove RENOVATE_LEGACY_GIT_AUTHOR_EMAIL ( #9389 )
...
Removes RENOVATE_LEGACY_GIT_AUTHOR_EMAIL support.
Closes #9111
BREAKING CHANGE: RENOVATE_LEGACY_GIT_AUTHOR_EMAIL is no longer supported. Use `ignoredAuthors` in config instead.
2021-04-22 08:47:58 +02:00
Michael Kriese
dca841b984
build: release workflow update ( #9677 )
2021-04-22 06:26:02 +00:00
renovate[bot]
3516c7051e
chore(deps): update dependency @types/eslint to v7.2.10 ( #9675 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-22 05:38:28 +00:00
renovate[bot]
c6b34abf9b
build(deps): update dependency azure-devops-node-api to v10.2.2 ( #9674 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-22 00:30:04 +00:00
Michael Kriese
1c2add8396
build: fix npm release ( #9672 )
2021-04-21 20:58:10 +02:00
Michael Kriese
d4d24b71f7
build: prepare maintenance releases ( #9671 )
2021-04-21 19:35:20 +02:00
renovate[bot]
70fcb41c90
build(deps): update dependency simple-git to v2.38.0 ( #9668 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-21 15:07:38 +00:00
Rhys Arkins
07affef41c
fix(npm): run full install if npm: refs found
...
Closes #9654
2021-04-21 10:51:17 +02:00
HonkingGoose
e4db9e596b
chore(deps): update actions/setup-java to v2.0.0 ( #9601 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-21 04:47:57 +00:00
renovate[bot]
7776844dca
chore(deps): update linters ( #9660 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-21 00:33:21 +00:00
renovate[bot]
675de18a57
build(deps): update dependency @actions/core to v1.2.7 ( #9658 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-20 21:55:50 +00:00
Sergei Zharinov
2d04ae6bc3
refactor(http): Import proper OutgoingHttpHeaders on all http clients ( #9653 )
2021-04-20 18:31:43 +02:00
renovate[bot]
0409978fba
chore(deps): update codecov/codecov-action action to v1.4.1 ( #9656 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-20 17:41:27 +02:00
Sergei Zharinov
4f237ea680
refactor(http): Use default "accept-encoding" value ( #9652 )
2021-04-20 15:37:57 +02:00
Sergei Zharinov
b957d4afb7
refactor(config): Extract interfaces from "index.ts" to separate "types.ts" ( #9629 )
2021-04-20 10:52:57 +02:00
Rhys Arkins
f630963e66
logs: hostRules add/clear ( #9644 )
2021-04-20 10:52:38 +02:00
Rhys Arkins
f654f2d945
fix: Revert "feat: Allow multiple autodiscover filter ( #9453 )" ( #9641 )
...
This reverts commit 45739cddfd
.
2021-04-20 06:59:42 +00:00
Rhys Arkins
9a306048a9
fix: rangeStrategy=replace with lockedVersion ( #9634 )
2021-04-20 04:56:16 +00:00
renovate[bot]
b85f297a34
chore(deps): update dependency @types/fs-extra to v9.0.11 ( #9637 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-20 02:24:26 +00:00
renovate[bot]
4a56d02d32
chore(deps): update codecov/codecov-action action to v1.4.0 ( #9636 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-04-20 00:39:38 +00:00
Sebastian Poxhofer
df2f451e37
fix(terraform): handle greater than with full version ( #9632 )
2021-04-19 21:43:13 +02:00
Sergei Zharinov
8b8d7767bc
fix(npm): Widen range only if necessary ( #9630 )
2021-04-19 18:15:46 +02:00
Sergei Zharinov
0355a75800
refactor(config): Move input config from util folder ( #9625 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-19 15:03:04 +00:00
Rhys Arkins
c4463c69f9
feat(config): better config migration ( #9493 )
2021-04-19 14:42:29 +00:00
Emanuel Bennici
45739cddfd
feat: Allow multiple autodiscover filter ( #9453 )
2021-04-19 14:18:06 +00:00
Sergei Zharinov
16c080fadc
refactor(util): Fix unbound methods usage ( #9626 )
2021-04-19 13:51:02 +00:00
Sergei Zharinov
0375422fff
refactor(presets): Extract and de-duplicate error string constants ( #9586 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-19 13:31:38 +00:00
Sergei Zharinov
4b7295ee22
fix(bitbucket): Return proper type for "createPr()" ( #9623 )
2021-04-19 12:57:06 +00:00
Rhys Arkins
d51b3aa40c
fix: validate version before calling isGreaterThan
...
Closes #9602
2021-04-19 14:10:21 +02:00
Rhys Arkins
4280b8e08a
refactor: drop skippedOverVersions
2021-04-18 21:36:04 +02:00
Rhys Arkins
6f54f09aa2
feat: don’t block updates due to pinning ( #9600 )
2021-04-18 17:27:41 +02:00
Rhys Arkins
56f57a34c4
refactor: res valueToVersion
2021-04-17 22:33:54 +02:00
Rhys Arkins
d3a477afd6
refactor: newDigestShort
2021-04-17 22:26:17 +02:00
Rhys Arkins
ac2ba7dd74
refactor: displayFrom/displayTo
2021-04-17 21:36:25 +02:00
Rhys Arkins
d398b7e72e
test: generate newValue
2021-04-17 16:52:47 +02:00
Rhys Arkins
ccf1bc8264
refactor: rollback config ( #9589 )
2021-04-17 11:53:03 +00:00
Rhys Arkins
de53356573
refactor: currentVersion / lockedVersion
2021-04-17 11:08:23 +02:00
Rhys Arkins
61095e9091
chore: remove duplicate update.newVersion set
2021-04-17 09:29:35 +02:00
Rhys Arkins
4fb024e51b
refactor: elapsed time utilities
2021-04-17 09:26:28 +02:00
Rhys Arkins
e36384a80c
refactor: lookup types
2021-04-17 09:14:21 +02:00
Rhys Arkins
d0919ab99b
refactor: travis result type
2021-04-17 06:53:54 +02:00
Rhys Arkins
074a78d933
chore: rename lookup variables
2021-04-17 06:14:07 +02:00
Rhys Arkins
f43cf690fd
fix(git-refs): insert token if found in host-rules ( #9581 )
2021-04-16 15:13:30 +02:00
Rhys Arkins
03223c6016
refactor: git url functions
2021-04-16 14:46:17 +02:00