Rhys Arkins
8b42b62aa8
refactor: UpdateTypeConfig
2021-02-18 12:02:26 +01:00
Rhys Arkins
436abf51de
refactor: pass versioning to getUpdateType
2021-02-18 11:59:26 +01:00
Rhys Arkins
1d4672cda0
fix: don’t imply patch from automerge settings ( #8747 )
2021-02-18 10:12:38 +01:00
Rhys Arkins
22b4fadd6d
refactor: pass versioning to getCurrentVersion
2021-02-18 09:44:36 +01:00
Rhys Arkins
54d82d23c2
refactor: lookup destructuring
2021-02-18 09:35:41 +01:00
Rhys Arkins
df2db74c06
refactor: BucketConfig
2021-02-18 09:30:04 +01:00
Rhys Arkins
07a05012f1
refactor getCurrentVersion versioning
2021-02-18 09:28:18 +01:00
Rhys Arkins
21cfbd2e82
refactor: move lookup functions into own files
2021-02-18 09:21:01 +01:00
Rhys Arkins
e7f2beebdb
refactor: centralize lookup types
2021-02-18 08:35:26 +01:00
Rhys Arkins
71e26d835d
refactor: rename lookup functions
2021-02-18 08:27:56 +01:00
Rhys Arkins
c34e54c5d3
refactor: remove SkipVersion.UnsupportedValue
2021-02-18 08:24:08 +01:00
Rhys Arkins
bbd78d490c
refactor: remove SkipReason.Unknown
2021-02-18 08:09:04 +01:00
Rhys Arkins
33e7e41534
refactor: latestVersion -> tags.latest ( #8739 )
2021-02-18 08:00:00 +01:00
Rhys Arkins
01e1f38019
refactor: remove unused ReleaseResult fields ( #8737 )
2021-02-17 21:29:25 +01:00
Rhys Arkins
32440f26a4
refactor: toVersion -> newVersion ( #8711 )
2021-02-16 12:33:44 +01:00
Rhys Arkins
1e90a544fc
refactor: hashed branch compilation
2021-02-16 12:31:10 +01:00
Rhys Arkins
f72fe9f724
chore: codecov
2021-02-16 12:08:43 +01:00
Rhys Arkins
0869d6e8d7
refactor: remove newVersion usage ( #8710 )
2021-02-16 11:26:46 +01:00
Rhys Arkins
a8819c4610
refactor: fromVersion -> currentVersion ( #8709 )
2021-02-16 10:52:05 +01:00
Rhys Arkins
acf57144f8
refactor: remove currentVersion ( #8708 )
2021-02-16 09:43:38 +01:00
Sergei Zharinov
44004bf2d6
refactor(limits): Log more for concurrent branch detection ( #8698 )
2021-02-15 14:23:31 +01:00
Rhys Arkins
0e0308fdd8
refactor: bucketRelease
2021-02-13 11:24:35 +01:00
Rhys Arkins
1acda01b6e
refactor: store bucket releases, not versions
2021-02-13 11:18:26 +01:00
Rhys Arkins
a9a08cf902
refactor: bucketVersions
2021-02-13 00:01:30 +01:00
Rhys Arkins
1be1be9056
refactor: move update checking later
2021-02-12 23:49:25 +01:00
Rhys Arkins
0f456d0615
refactor: getBucket
2021-02-12 23:41:20 +01:00
Rhys Arkins
b9e084000e
refactor: lookup version -> versioning
2021-02-12 23:30:44 +01:00
Rhys Arkins
f5ceba085b
refactor: add bucket to update
2021-02-12 23:27:48 +01:00
Rhys Arkins
b2bbe96657
fix: don’t try to detect major automerge
2021-02-12 22:41:40 +01:00
Rhys Arkins
cadace3241
fix: edge cases for bump/update-lockfile
2021-02-12 22:29:00 +01:00
Rhys Arkins
e61a32aef1
refactor: lookup updates loop
2021-02-12 19:06:40 +01:00
Rhys Arkins
55afac8227
refactor: highestUpdate -> update
2021-02-12 17:55:36 +01:00
Rhys Arkins
f6b438508e
refactor: simplified lookup buckets
2021-02-12 17:38:28 +01:00
Rhys Arkins
2a4875b230
refactor: log skippedOverVersions ( #8664 )
2021-02-12 15:34:43 +01:00
Rhys Arkins
e28e8b44cb
fix: add new disabled commands to result handling
2021-02-11 17:10:20 +01:00
Rhys Arkins
fa9031f5e9
feat(internal): expand disabled error messages
...
Splits REPOSITORY_DISABLED into multiple
2021-02-11 13:32:29 +01:00
Charles Korn
1a9e54341e
fix(batect): "Failed to parse newContent" ( #8632 )
2021-02-11 08:32:57 +01:00
Rhys Arkins
855db036d5
fix: rename baseDir to packageFileDir for templating ( #8625 )
2021-02-10 23:39:06 +00:00
Michael Kriese
3281e1aadc
test: fix coverage ( #8590 )
2021-02-08 12:31:57 +00:00
Michael Kriese
d029350052
fix(worker): rebase stale pr ( #8588 )
2021-02-08 12:06:11 +01:00
Rhys Arkins
78551afdec
chore: LegacyAdminConfig
2021-02-07 22:13:55 +01:00
Rhys Arkins
d203def3d0
refactor: baseDir to global config
2021-02-05 22:35:03 +01:00
Rhys Arkins
6fa37294cf
refactor: dryRun admin config
2021-02-05 22:21:24 +01:00
Rhys Arkins
c80165dd11
fix: move privateKey to admin config
2021-02-05 17:53:50 +01:00
Rhys Arkins
90db7e28a6
feat(config): delete after setting admin config ( #8557 )
2021-02-05 16:08:52 +00:00
Rhys Arkins
4e1271b702
fix(config): move trustLevel to admin config ( #8555 )
2021-02-05 12:30:01 +01:00
Rhys Arkins
3756f2aec3
refactor: GlobalConfig type
2021-02-05 10:49:34 +01:00
Rhys Arkins
25f43fd1d7
refactor: move post upgrade commands to repo admin config ( #8552 )
2021-02-05 09:58:48 +01:00
Rhys Arkins
4e2c33f10e
feat: admin config init ( #8546 )
2021-02-05 09:20:47 +01:00
Adam Horacek
60174c4cf4
fix: always add additionalReviewers to PR ( #8550 )
2021-02-05 07:07:39 +01:00
Tobias Bieniek
ee178df01a
feat: hashedBranchLength
option ( #8502 )
2021-02-03 15:48:54 +01:00
Sergei Zharinov
72b0b85640
feat(config): Rename packageRules selectors ( #6939 )
2021-01-29 11:43:42 +01:00
Artur Frysiak
e063c8f931
feat: handle GitLab push rule violation ( #8416 )
...
* feat: handle GitLab push rule violation
Closes #8414
* feat: handle GitLab push rule violation
* feat: handle GitLab push rule violation
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-01-27 10:17:42 +01:00
Rhys Arkins
391fe681fd
tests: fix coverage
2021-01-24 15:11:01 +01:00
Rhys Arkins
3ff35656b3
refactor: add depNameShort during flatten ( #8401 )
2021-01-24 08:34:33 +01:00
Rhys Arkins
e0a1064a37
fix: remove consecutive hyphens from depNameSanitized ( #8400 )
2021-01-24 07:22:28 +00:00
Rhys Arkins
e5ce9f7e5c
fix: sort vulnerability PRs first
2021-01-23 08:06:20 +01:00
Rhys Arkins
c24eb6b7a5
fix: don’t block vulnerability PRs due to pin PRs
2021-01-23 08:04:14 +01:00
Rhys Arkins
9fc7911b1c
fix: exclude vulnerability PRs from rate limits
2021-01-23 08:03:54 +01:00
Rhys Arkins
294cf9fb99
refactor: datasource defaultVersioning ( #8367 )
2021-01-21 12:39:18 +01:00
Rhys Arkins
ebb40b3adb
fix(github): pass up repo not found in init ( #8355 )
2021-01-19 23:07:12 +01:00
Stefan
91d30caed7
fix: fetch changelog from self-hosted gitlab independent from url ( #8336 )
2021-01-19 09:36:27 +01:00
Amos Wenger
b21e8a1909
feat(rust): Private crate registry support (rust/cargo) ( #8083 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-01-17 09:18:32 +01:00
Sergei Zharinov
746d170824
feat(limits): Add "branchConcurrentLimit" option ( #8046 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-01-10 13:29:14 +01:00
Rhys Arkins
e452b83040
refactor: change bumpPackageVersion return signature ( #8232 )
2021-01-10 11:10:34 +01:00
Rhys Arkins
18a87db919
fix: skip branch if no PR but modified ( #8230 )
2021-01-09 17:26:48 +01:00
Rhys Arkins
44a33bcd4b
logs: changelog fetch
2021-01-08 11:30:54 +01:00
Michael Kriese
7a25491a49
fix: wrong code quoting ( #8223 )
...
* fix: wrong code quoting
* fix: can be undefined
* fix: wrong function
2021-01-08 06:47:14 +00:00
Michael Kriese
c2d1d4d66d
feat: suppress onboarding preset warning ( #8214 )
2021-01-08 07:30:41 +01:00
Shunsuke Suzuki
de852ac7de
feat: support template in labels ( #8138 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-30 12:27:05 +01:00
Rhys Arkins
5209be38e9
refactor: remove manager from PackageRile ( #8102 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-21 10:18:48 +00:00
Rhys Arkins
2734fca0fc
logs: log config file name when found
2020-12-19 21:56:07 +01:00
Leif Segen
964f1e71c4
fix: Update help URLs due to archiving of renovatebot/config-help repo ( #8084 )
...
* Update help URLS
* Update help URLS
* Make changes consistent
* Fix typo
2020-12-19 08:12:09 +01:00
Michael Kriese
e91191c667
fix(regex-manager): copy templates for auto-replace ( #8072 )
2020-12-18 17:24:15 +01:00
Rhys Arkins
464fcc2dbc
fix(autoreplace): skip depName compare if undefined
2020-12-18 16:42:20 +01:00
Rhys Arkins
116693be64
fix: Revert "feat: secrets" ( #8069 )
...
This reverts commit ec1b3c386b
.
2020-12-18 15:33:21 +01:00
Rhys Arkins
ec1b3c386b
feat: secrets ( #6664 )
2020-12-18 13:38:28 +01:00
Michael Kriese
2f432626f0
fix(auto-replace): should fail on wrong replace ( #8062 )
2020-12-18 11:39:27 +01:00
Sergei Zharinov
62c68d07e3
refactor(workers): Use limiting API for PRs instead of in-place counters ( #8031 )
2020-12-16 09:13:52 +01:00
Rhys Arkins
0b53e9462c
fix: pass ExternalHostError up
2020-12-14 09:09:21 +01:00
Rhys Arkins
6b1b34bf26
logs: lower replace warning to info
2020-12-13 14:52:31 +01:00
Rhys Arkins
00a08225b9
refactor: use ls-lint ( #7956 )
2020-12-11 13:29:43 +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
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
fc82a2a6b9
refactor: Rename maxSatisfyingVersion to getSatisfyingVersion ( #7917 )
2020-12-10 09:25:04 +01:00
Alex Ruffo
b7495330c0
feat: customize onboarding file name ( #7866 )
2020-12-07 10:14:46 +01:00
Michael Kriese
2f87b53c3e
fix(worker): early exit if config can't parsed ( #7884 )
2020-12-04 09:21:57 +01:00
Michael Kriese
b12c522e0b
feat(gitlab): support automerge on pr update ( #7871 )
2020-12-03 16:13:21 +01:00
Fernando Mora
693f58e178
feat(config): Add mergeable addLabels
option ( #7869 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2020-12-03 15:20:09 +01:00
mofleury
732fcfd484
fix: upgrade sorting by file replacement position ( #7827 )
2020-11-26 16:15:31 +01:00
Sarun Intaralawan
fa5822551f
fix: call every postUpgradeTasks
in the branch ( #7735 )
2020-11-26 13:18:27 +01:00
Rhys Arkins
3f75bd7c12
fix: massage/truncate variable length comments ( #7819 )
...
Closes #7775
2020-11-26 10:31:21 +01:00
Sergei Zharinov
2e72efde35
feat(limits): Ignore prNotPendingHours when stabilityDays is set ( #7459 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2020-11-24 11:32:29 +01:00
Rhys Arkins
29bea61fd4
fix(automerge): don’t delete if pr-comment
...
Closes #7786
2020-11-23 10:33:50 +01:00
Tom Kerkhove
0c204ee490
fix: extra space when adding autoclosed suffix ( #7773 )
2020-11-20 09:53:51 +01:00