Oleg Sigida
12f467af92
chore: improve logging for stale branch rebase ( #13009 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-12-08 14:36:09 +00:00
Ana Krivokapić
59026c262e
feat(config): Make ignore comments configurable ( #12917 )
2021-12-08 14:11:20 +01:00
Oleg Krivtsov
3fa21fbf83
feat(workers/global): check git at startup ( #12935 )
2021-12-08 13:11:43 +01:00
Rhys Arkins
8e156efc34
fix(lookup): currentVersion = lockedVersion ( #12922 )
2021-12-02 16:04:18 +00:00
Sergey Vedmak
e8e99ef5b7
feat(release notes): Show release notes from monorepo ( #12543 )
2021-12-02 13:37:37 +01:00
Sergei Zharinov
0bb5fcb6f7
refactor(util/regex): Enable strict null checks ( #12866 )
...
* refactor(util/regex): Enable strict null checks
* Fix coverage
* Refactor guard checks
2021-11-28 09:04:44 +01:00
Sergei Zharinov
0638bfd716
refactor(workers): Strict nulls for CommitMessage class ( #12863 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-27 09:32:39 +00:00
Sergei Zharinov
1a39195559
refactor(git): Extract types to separate file ( #12855 )
2021-11-26 20:36:17 +00:00
Rhys Arkins
41b0517ef1
fix: check currentValue before updating newValue
2021-11-24 15:25:21 +01:00
Rhys Arkins
eed9826518
fix: Revert fix: check currentValue before generating newValue
2021-11-24 15:14:49 +01:00
Rhys Arkins
bb64598d6a
fix: check currentValue before generating newValue
2021-11-24 14:28:50 +01:00
Rhys Arkins
6549cbdd65
fix: check currentValue before pinning
2021-11-24 09:06:21 +01:00
Oleg Krivtsov
cb3d75ec4e
feat(platform/gitlab): confidential issues ( #12728 )
2021-11-24 05:14:24 +00:00
Maksim
06d8c27043
refactor: global config ( #12743 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-23 21:10:45 +01:00
Rhys Arkins
84b776cebe
feat: support update-lockfile for unconstrained deps ( #12802 )
2021-11-23 11:21:10 +00:00
Rhys Arkins
ff87759b48
refactor: getCurrentVersion params
2021-11-23 09:13:17 +01:00
Rhys Arkins
38982300c4
fix(gradle): handle null tokenizing ( #12799 )
2021-11-23 08:42:39 +01:00
Rhys Arkins
ad9a2f4e77
fix: gracefully handle invalid locked version ( #12800 )
2021-11-23 06:56:19 +00:00
Rhys Arkins
906dbce775
fix: skip lookups no currentVersion or lockedVersion ( #12731 )
2021-11-22 21:07:36 +01:00
Rhys Arkins
42231b6b75
logs: more details on secrets exposure
2021-11-19 14:46:52 +01:00
Rhys Arkins
df14edd27a
fix(automerge): catch branch automerge behind message
2021-11-19 10:44:27 +01:00
Rhys Arkins
693963d9e1
fix: catch prune branch error
2021-11-18 16:23:13 +01:00
Rhys Arkins
d3eb6fedd7
fix: cache handle nested err ( #12730 )
2021-11-18 08:14:49 +01:00
Rhys Arkins
da122b442a
fix(automerge): assign failing PRs ( #12705 )
2021-11-17 18:00:35 +01:00
Nejc Habjan
0f1256317c
refactor(config): use async readFile and dynamic import to load config file ( #12649 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-17 06:49:53 +00:00
Sergei Zharinov
7f2f0c2662
test(workers): Refactor test snapshots for lookupUpdates ( #12669 )
2021-11-15 15:56:18 +01:00
HonkingGoose
ab5abd7553
fix: replace word check with click ( #12650 )
2021-11-14 20:23:17 +01:00
Rhys Arkins
a2c39b91fd
fix: branchName massage hyphens ( #12622 )
2021-11-12 16:36:54 +01:00
Jamie Magee
98e7029090
feat: replace deprecated dependencies with their replacements ( #5558 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-12 08:10:52 +00:00
Jamie Magee
53e3cb17fe
refactor(rubygems): convert to class-based ( #11229 )
2021-11-10 07:35:05 +01:00
Rhys Arkins
bf09337076
fix: enable eslint eqeqeq ( #12574 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-09 07:02:59 +00:00
Rhys Arkins
982e36963d
chore: re-enable eslint no-console
2021-11-09 07:48:31 +01:00
Rhys Arkins
c3ad246a99
fix: no-param-reassign ( #12571 )
2021-11-09 07:04:34 +01:00
Rhys Arkins
301678bd91
fix(cache): handle 401
2021-11-09 05:15:42 +01:00
Rhys Arkins
d6dd27f625
fix: check dependency.tags defined
2021-11-09 05:15:10 +01:00
HonkingGoose
ab018191fa
chore: report and fix unused ESLint disable directives ( #12548 )
2021-11-08 20:20:03 +01:00
Michael Kriese
82e89825ab
chore: remove airbnb ( #12557 )
2021-11-08 13:03:55 +00:00
Michael Kriese
7afc2b75d5
test: fix lint ( #12551 )
2021-11-08 13:16:58 +01:00
Sergei Zharinov
6224af558d
test(workers): Refactor snapshot tests ( #12542 )
2021-11-07 15:34:42 +00:00
Maksim
4aa5b52992
feat(onboarding): use .editorconfig file to get indentation style ( #11456 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-05 13:25:50 +00:00
Rhys Arkins
2735ac3e80
fix(automerge)!: default platformAutomerge to false ( #12487 )
...
Flips platformAutomerge default to `false`.
BREAKING CHANGE: Platform automerge is no longer enabled by default.
2021-11-05 08:10:27 +01:00
Florian Greinacher
70700eedae
feat(config)!: make host rule detection configurable and opt-in ( #12294 )
...
Add configuration option `detectHostRulesFromEnv`.
BREAKING CHANGE: `hostRules` are no longer automatically derived from env variables such as `NPM_X_TOKEN`. Set `detectHostRulesFromEnv=true` in config to re-enable same functionality.
2021-11-05 08:10:27 +01:00
ankitabhopatkar13
a5835a00de
fix(automerge): remove automergeType check for PR options ( #12418 )
2021-11-02 13:17:53 +00:00
Rhys Arkins
19ee8a318c
logs: reviewers/stale debug
2021-11-02 09:52:27 +01:00
Rhys Arkins
500b6f8cb8
chore: coverage
2021-11-01 07:49:47 +01:00
Rhys Arkins
db5137b39a
fix: Revert "feat(config): replace secrets in global config as well" ( #12389 )
2021-10-29 08:12:36 +00:00
Oleg Krivtsov
3da6ae0b84
feat: onboardingNoDeps ( #12282 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-28 11:29:49 +00:00
Nils Plaschke
8e377e88ce
feat(config): replace secrets in global config as well ( #12138 )
2021-10-28 09:51:02 +00:00
Rhys Arkins
a173b39928
fix: non-null existingPr check ( #12372 )
2021-10-28 10:56:08 +02:00
Rhys Arkins
f9617b98fb
fix: catch lookup errors gracefully ( #12369 )
2021-10-28 08:06:39 +00:00
RahulGautamSingh
91f067b39f
fix: refactor regex to use re2 part3 ( #12283 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-27 14:37:11 +00:00
Oleg Krivtsov
29dde2f694
test: improve test readability with expect-more-jest ( #12329 )
2021-10-27 07:24:36 +02:00
Sylvain Firmery
7b4f3518fd
fix(onboarding): detect semantic commits ( #12275 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-26 10:04:33 +02:00
Jamie Magee
d337b271d4
refactor: convert git datasources to class-based ( #10531 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-26 04:37:26 +00:00
Florian Greinacher
42fd18d101
refactor: encapsulate hostRulesFromEnv ( #12277 )
2021-10-23 06:38:23 +00:00
Rhys Arkins
5af1b77f69
fix(git): better commit message robustness ( #12246 )
2021-10-21 11:04:48 +02:00
HonkingGoose
d0028eedad
fix: update wording for rebase/retry PR checkbox ( #12190 )
2021-10-17 21:11:58 +02:00
Rhys Arkins
7e069f4adc
fix(config): massage package.json>renovate string ( #12150 )
2021-10-13 14:59:44 +00:00
Maksim
a2ceff099f
refactor: introduce enum programming-language ( #12052 )
2021-10-13 10:54:40 +00:00
Sergei Zharinov
ad0d7e1f4a
fix: Use right automerge field from config ( #12145 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-10-13 09:49:04 +00:00
Sergei Zharinov
6f649eb661
feat(platform): Use uniform platformAutomerge option ( #12069 )
...
Existing `azureAutoComplete` and `gitLabAutomerge` options are now unified/renamed to `platformAutomerge`, and also defaulting to `true`.
BREAKING CHANGE: Azure autocomplete will now only be enabled when `automerge` is also enabled (to align with how GitLab automerge already worked). If you were using `azureAutoComplete` before without explicitly enabling Renovate `automerge` field then you will now need to do so. Platform automerge is now the default behavior whenever automerge is enabled.
2021-10-11 06:36:07 +00:00
Sergei Zharinov
1b6ea2447f
refactor(config): Better prefix handling and enhanced coverage ( #12083 )
2021-10-09 09:08:00 +02:00
Rhys Arkins
afb1369be7
test: fix enabledManagers test
2021-10-09 05:51:30 +02:00
Rhys Arkins
5a23e9b4dc
fix: no warn for enabledManagers
2021-10-09 05:50:00 +02:00
Sergey Vedmak
b9930407f4
fix(monorepo): load changelog.md file from gitlab monorepo ( #12053 )
2021-10-07 09:54:51 +00:00
Oleg Krivtsov
9b4b6ce275
feat: enabledManagers log warning when empty ( #11902 )
2021-10-07 05:15:23 +00:00
Maksim
1f86b71fd5
refactor: constants ( #11690 )
2021-10-06 07:43:32 +02:00
Rhys Arkins
cd72cdf2ac
feat(config): detectGlobalManagerConfig ( #11951 )
2021-09-29 19:58:42 +00:00
Sebastian Poxhofer
b350a8c5fb
feat: option to write discovered repositories to a json ( #11806 )
2021-09-22 07:21:22 +00:00
Tobias Bieniek
786bd4ebf3
fix(dependency-dashboard): Adjust dry run log output ( #11820 )
2021-09-20 18:23:27 +02:00
Rhys Arkins
89973832c9
fix: lazy branch status ( #11799 )
2021-09-17 20:16:23 +02:00
Rhys Arkins
66bc2528f5
feat: log urls in closing stats ( #11798 )
2021-09-17 20:06:30 +02:00
Rhys Arkins
7b3e14c5cc
logs: global env hostRules
2021-09-17 11:19:27 +02:00
Michael Kriese
d3c9fd583a
fix(worker/branch): optimize artifact error handling ( #11771 )
2021-09-17 08:49:37 +00:00
Rhys Arkins
ee29fdcaf1
feat(config): scoped secrets using pgp/gpg ( #11673 )
2021-09-16 10:11:13 +00:00
Maksim
7801ae7c16
feat(config): migrate requiredStatusChecks to ignoreTests ( #11355 )
...
* feat(config): migrate requiredStatusChecks to ignoreTests
* fix(config): restore order of props
* feat(config): add applyMigrations function
* feat(platform): check ignoreTests param in worker
* feat(config): rename getBranchStatus to resolveBranchStatus
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-09-12 15:23:18 +00:00
Rhys Arkins
cdc083f40f
feat(config): privateKeyOld ( #11653 )
2021-09-10 12:47:33 +02:00
Michael Kriese
11aa3baf2e
test: use codeql compatible token / passwords ( #11297 )
2021-09-09 16:17:05 +02:00
Rhys Arkins
d6d4124b11
feat(git): blobless git ( #11401 )
2021-09-09 09:25:12 +02:00
Stéphane Goetz
2a60a9cf51
fix: idempotency issues when rangeStrategy=update-lockfile is used with other rangeStrategy in the same file ( #11328 )
2021-09-07 07:59:13 +00:00
renovate[bot]
8119166866
chore(deps): update dependency @types/luxon to v2.0.1 ( #11551 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-09-03 11:42:04 +02:00
Rhys Arkins
31e1e4d89e
fix(git): set gitAuthor before onboarding
2021-09-03 05:58:44 +02:00
Michael Kriese
0eb5c6d2cd
fix(core/changelogs): pass though known project info ( #11515 )
2021-09-01 13:07:55 +02:00
ylemkimon
7159338509
fix(npm): enable global cache if no zero-install ( #11448 )
...
* fix(npm): include yarnZeroInstall in managerData
* fix(npm): enable global cache if no zero-install
* refactor: use mockResolvedValueOnce where possible
* refactor: make PostUpdateConfig extend ManagerData
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-30 17:46:58 +00:00
Rhys Arkins
59cc317156
fix: semantic host stats ( #11482 )
2021-08-30 17:09:08 +02:00
Rhys Arkins
dfef9f3cb1
fix: handle non-string currentValue ( #11472 )
2021-08-30 10:25:20 +02:00
Rhys Arkins
96c4df2776
chore: clean up ManagerConfig types ( #11469 )
...
* chore: use ExtractConfig for git-submodules
* chore: drop ManagerConfig from config/types
* chore: remove unused ManagerConfig from manager types
2021-08-30 08:05:32 +02:00
Rhys Arkins
ea6863b367
test: fix config.js test for when it's present ( #11466 )
2021-08-29 21:57:34 +02:00
Wei Kang
5d9eeb030c
feat: fatal error config not found ( #11462 )
...
* fatal error and exit when config not found
* update file.ts
* fix fatal error and exit only for custom config file
* update test name to be clearer for custom file only
* revert changes for no config file found
* update test name to be clearer
* add space between test as suggested
* fix test due to invalid file
* fix typo
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-29 11:23:49 +00:00
Michael Kriese
d260dbf2d9
feat: dashboard cleanup ( #11417 )
2021-08-25 14:11:18 +02:00
Rhys Arkins
ca89ae2f82
fix(dashboard): add link to docs in default header ( #11422 )
2021-08-25 13:03:57 +02:00
bprachi29
2f826677d0
fix(logs): INFO --print-config ( #11299 )
2021-08-23 16:27:11 +02:00
Sergei Zharinov
5f4b9f9a3a
test: Fix test descriptions and enforce it via new linting rule ( #11285 )
2021-08-18 05:46:56 +00:00
Rhys Arkins
56830ee86c
refactor: admin->globalOnly
2021-08-17 07:57:45 +02:00
Rhys Arkins
9150854d75
chore: rename config/admin -> config/global
2021-08-17 07:57:45 +02:00
Rhys Arkins
bf69924b78
refactor: rename config admin functions to global
2021-08-17 07:57:45 +02:00
Rhys Arkins
750bc1656e
refactor: config/definitions -> config/options
2021-08-17 07:57:45 +02:00
Yanis Benson
8319b1df52
fix: remove double hyphens from branch names ( #11186 )
...
Removes double or more hyphens from branch names and replaces with a single hyphen.
Closes #8260
BREAKING CHANGE: Branches with double hyphens will be changed to single hyphens, which can result in some existing PRs being autoclosed and replacements opened.
2021-08-17 07:57:45 +02:00
Rhys Arkins
123dc4444e
feat(travis): remove supportPolicy ( #11176 )
2021-08-17 07:57:45 +02:00
Rhys Arkins
2fe494616d
feat(yarn): remove yarnrc config support ( #10114 )
...
Removes support for "yarnrc" configuration option.
Closes #10113
BREAKING CHANGE: It is no longer supported to configure a "yarnrc" override in Renovate config
2021-08-17 07:57:45 +02:00
Maksim
a1b7e1fee4
fix(onboarding): refactor commit message functionality ( #11171 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-08-12 14:56:51 +00:00
Rhys Arkins
594e6e4eae
docs: improve Getting Started ( #11202 )
2021-08-12 13:14:16 +02:00
Michael Kriese
394f0bb741
test: fix http mocks ( #11191 )
2021-08-09 19:37:28 +02:00
Yanis Benson
b1724b6745
feat: add updatePinnedDependencies option ( #11087 )
2021-08-09 10:14:50 +00:00
Maksim
1bb004db4e
refactor(platform): mergePr args to object ( #11155 )
2021-08-08 03:35:35 +00:00
Sergei Zharinov
1392955a04
refactor: Identify tests relying on single snapshots ( #11150 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-08-07 23:43:34 +00:00
Sergei Zharinov
9d580e091f
feat(gitlab): Add gitLabIgnoreApprovals option ( #10981 )
2021-08-04 09:49:42 +02:00
Jamie Magee
f2b6af88da
refactor(pypi): convert to class-based ( #11064 )
2021-08-03 11:38:46 +00:00
HonkingGoose
c128d25a46
fix: improve dependency dashboard text ( #11050 )
2021-08-03 10:44:07 +00:00
Michael Kriese
005e601e5d
fix(core:dashboard): fix optional platform getIssue ( #11066 )
2021-08-03 07:22:29 +00:00
Jason Birch
3096f340c8
feat: expose merge strategy for configuration when automerging ( #10627 )
2021-07-29 09:06:55 +00:00
Sergei Zharinov
31785b8742
fix(config): Replace '__' to '_' globally when decoding hostRules from env ( #10939 )
2021-07-23 10:09:30 +00:00
Michael Kriese
48c33bee7d
feat(github-action): Support updating digest pinned actions ( #10835 )
2021-07-14 12:58:32 +02:00
Bob van de Vijver
ac4f4a3f6d
feat: Add dependency dashboard label configuration ( #10601 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-07-09 07:41:43 +00:00
Sebastian Poxhofer
3be44469bb
refactor(artifacts): replace list of depNames with PackageDependency list ( #10617 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-26 13:29:01 +00:00
Niels Basjes
c077f15831
fix: Improve the default User-agent string. ( #10606 )
2021-06-26 07:02:35 +00:00
Rhys Arkins
aa7f1cb952
feat: minimumConfidence (experimental, non-public) ( #10313 )
2021-06-23 20:19:14 +00:00
HonkingGoose
c718352614
fix: explain pending branch automerge checkbox behavior ( #10569 )
2021-06-23 16:40:37 +02:00
Michael Kriese
c08d7fa89f
fix: don't skip branch creation on rebaseWhen=never
( #10556 )
2021-06-23 10:46:17 +00:00
Michael Kriese
f290c8d34a
fix(dasboard): handle optional getIssue ( #10518 )
2021-06-21 07:05:05 +00:00
Rhys Arkins
40f3aa2e15
fix(changelog): use sourceDirectory for monorepo changelogs ( #10501 )
...
Closes #2926
2021-06-20 21:32:11 +02:00
HonkingGoose
9dd254ab84
fix(dashboard): improve wording checkbox to ignore schedule ( #10512 )
2021-06-20 17:44:03 +02:00
Rhys Arkins
fe699b4468
fix(dashboard): handle checkbox race condition ( #10457 )
...
* fix(dashboard): handle checkbox race condition
Closes #4355
* feat(platform): getIssue
* refactor(dashboard): move logic into common file
* Apply suggestions from code review
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
* gitea
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-18 17:31:25 +00:00
Michael Kriese
926a076f7b
fix: reduce deprecation noise ( #10498 )
2021-06-18 17:16:31 +02:00
Michael Kriese
e21c2d97d1
fix(lookup): use database versioning if none set ( #10494 )
2021-06-18 11:03:47 +02:00
Sergei Zharinov
5f2e754891
fix(workers): Early return for rebaseWhen=never ( #10424 )
2021-06-18 08:05:59 +00:00
Sebastian Poxhofer
a445a66336
feat: remove defaulting to semver versioning ( #10431 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-17 08:51:30 +00:00
Rhys Arkins
91842073ef
fix(secrets): fix host-rules in repo config ( #10459 )
2021-06-16 14:02:07 +00:00
Rhys Arkins
7109030618
refactor(dashboard): move logic into common file ( #10454 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-16 12:05:36 +00:00
Michael Kriese
5546d60e18
test: fix nock usage ( #10451 )
2021-06-16 09:13:33 +02:00
Michael Kriese
876c2f40a5
fix: update cli help ( #10444 )
2021-06-15 15:34:49 +02:00
Rhys Arkins
0ecabfaef3
logs: setMeta after updating complete
2021-06-15 06:52:35 +02:00
Jamie Magee
3a9fc4fc62
refactor: remove more instances of 'master issue' ( #10426 )
2021-06-14 07:07:44 +02:00
Rhys Arkins
22d82d9a7e
fix(dashboard): handle update-not-scheduled PRs ( #10337 )
...
Closes #9275
2021-06-07 15:22:14 +02:00
Rhys Arkins
c7ca78bafd
fix(dashboard): separate pending branch automerge ( #10332 )
2021-06-07 12:15:19 +02:00
Rhys Arkins
34ef699b64
fix: prResult -> prBlockedBy ( #10213 )
2021-06-05 13:19:20 +02:00
Rhys Arkins
1e3b5f2470
refactor: pendingChecks to boolean
2021-06-04 09:18:42 +02:00
Rhys Arkins
11694e9294
refactor: move config/parse into global worker ( #10282 )
2021-06-02 12:06:16 +02:00
Rhys Arkins
d0434d5df1
chore: GlobalConfig -> AllConfig
2021-06-02 11:25:10 +02:00
Sergei Zharinov
1b6ecd87c0
refactor: move binarySource option to admin config ( #10022 )
2021-06-02 06:50:23 +00:00
Sergei Zharinov
a9de944eb7
fix(util): Leverage "emojibase" library for shortcode conversions ( #9785 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-06-01 19:19:38 +00:00
Rhys Arkins
da8676deca
chore: rename ensureMasterIssue ( #10260 )
...
Closes #10254
2021-06-01 15:07:54 +02:00
Rhys Arkins
69705c99a3
feat(automerge): recurse after automerge ( #10229 )
2021-05-31 13:01:48 +02:00
Rhys Arkins
ac61307604
fix(config): don't treat package.json like a config object ( #10231 )
...
Closes #10230
2021-05-30 06:01:24 +02:00
Rhys Arkins
854d0a86e8
feat(internal): use cache to delay git cloning ( #10209 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-28 10:36:53 +00:00
Rhys Arkins
e8a4d973a5
chore: configFileName -> fileName
2021-05-28 10:10:47 +02:00
Rhys Arkins
1580a4fae3
test: fix await tests in init/merge
2021-05-28 10:10:17 +02:00
Michael Kriese
3c7546f7cd
test: simplify nock handling ( #10170 )
2021-05-27 14:13:31 +02:00
Rhys Arkins
79592f848a
fix: Revert "refactor: localDir -> cloneDir" ( #10166 )
...
This reverts commit 0b287c763d
.
2021-05-26 11:22:16 +00:00
Rhys Arkins
0b287c763d
refactor: localDir -> cloneDir ( #10158 )
2021-05-26 10:30:23 +02:00
Matt Palmer
bf23c66c6f
fix: Use auto-discovered organisational preset configuration during on-boarding ( #9888 )
2021-05-24 12:16:24 +02:00
Rhys Arkins
0b743a9583
fix: filter pendingChecks earlier
2021-05-22 11:25:59 +02:00
Rhys Arkins
8f49d7ec5e
chore: log depName when pending status checks
2021-05-22 11:25:29 +02:00
Rhys Arkins
15fde37535
fix: Revert "feat: validate git version" ( #10106 )
...
This reverts commit 1304bc930e
.
2021-05-22 09:34:51 +02:00
Rhys Arkins
1304bc930e
feat: validate git version ( #9979 )
2021-05-21 19:51:03 +00:00
Sergei Zharinov
d680ff1e7c
fix(limits): Use PR hourly limits to calculate remaining branch count ( #10053 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-19 15:50:37 +00:00
Sebastian Poxhofer
fefe5f7bc6
feat(onboarding): add labels to on boarding PR/MRs ( #9947 )
...
* feat(onboarding): add labels to on boarding PR/MRs
* fix: simplify
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-19 15:35:15 +00:00
Rhys Arkins
e7506fefa5
fix: post upgrade commands localDir
2021-05-19 12:27:57 +02:00
Michael Kriese
d8f4b86b14
refactor: replace linkify-markdown ( #9954 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-19 03:23:59 +00:00
Sergei Zharinov
fbbbce608e
chore: Configure fs local dirs via admin config ( #9990 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-05-17 13:21:28 +00:00
renovate[bot]
b8e36daa87
chore(deps): update dependency prettier to v2.3.0 ( #10012 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-17 08:06:24 +00:00
Michael Kriese
9e08eaa1dc
refactor: rename Error location to validationSource ( #10018 )
2021-05-17 07:40:54 +00:00
Rhys Arkins
76ae49c4e8
chore: coverage
2021-05-16 07:07:46 +02:00
Rhys Arkins
f67427a3a1
fix: string check for empty config contents
2021-05-15 13:08:46 +02:00
Rhys Arkins
a245932673
fix(npm): skip lock file generation for non-updated remediations
2021-05-15 12:14:41 +02:00
Rhys Arkins
bd2febb56d
fix: respectLatest even if unstable
2021-05-15 00:02:24 +02:00
Rhys Arkins
aca479873c
fix: pass rangeStrategy to generateUpdate
2021-05-14 10:31:06 +02:00
Rhys Arkins
02a22755f0
fix: remove udpateType=minor->patch massage
2021-05-13 23:24:35 +02:00
Rhys Arkins
f00413c298
feat(host-rules): use only matchHost ( #9892 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-05-13 20:53:18 +00:00
Rhys Arkins
fd1ab4b796
fix: updateType for update-lockfile ( #9984 )
2021-05-12 21:29:32 +00:00
Rhys Arkins
a70aa6b75b
fix(git): try/catch git author check ( #9967 )
2021-05-12 13:06:02 +00:00
Rhys Arkins
1a5db3412b
fix: filter pendingChecks per-branch ( #9966 )
2021-05-12 14:33:58 +02:00
Michael Kriese
9ca604b345
refactor: extract more types ( #9959 )
2021-05-11 19:08:02 +02:00
Michael Kriese
7daa93a78d
refactor: extract types to new files ( #9951 )
2021-05-11 12:51:21 +02:00
Rhys Arkins
65c01d2703
fix: avoid error if no currentVersion found ( #9925 )
...
Closes #9097
2021-05-10 10:19:30 +02:00
Rhys Arkins
9aaadd1f4a
feat: sourceRepoSlug ( #9916 )
2021-05-08 15:57:14 +02:00
Rhys Arkins
1bc09b0bfc
feat: internalChecksFilter ( #9796 )
2021-05-08 14:38:27 +02:00
Rhys Arkins
13112b75bb
fix: separate patch branchName only if separateMinorPatch=true ( #9901 )
2021-05-07 10:01:16 +00:00
Fredrik Blomqvist
467b5ae2fe
feat: Improve schedules ( #9819 )
2021-05-05 20:45:33 +00:00
Matt Palmer
5cdedd5e2c
refactor: split mergeRenovateConfig to own module ( #9872 )
2021-05-05 22:26:08 +02:00
Florian Greinacher
d652a5e5c6
fix: remove leading '@' symbol from usernames ( #9817 )
2021-05-05 08:31:53 +02:00
Rhys Arkins
4eb4a5cd20
fix: ignore yargs-parser false positive ( #9841 )
2021-05-04 10:23:03 +02:00
Tiago Martins
8c07d4d757
feat: Add setting to auto approve PRs in Azure DevOps ( #9702 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2021-05-03 23:48:59 +00:00
Sergei Zharinov
b00c80a33f
fix(config): Emoji config default value ( #9818 )
2021-05-02 10:59:36 -07:00
Rhys Arkins
61c648d20b
chore: simplify global hostRules test
2021-05-01 23:17:38 +02:00
Rhys Arkins
915bd15ce9
chore: fix HostRule type
2021-05-01 22:52:10 +02:00
Rhys Arkins
3c2b394e8d
fix: keep stabilityDays pending check even if dashboard checked ( #9799 )
2021-04-30 17:46:20 +02:00
Rhys Arkins
6ad1a33159
refactor: separate update generation ( #9788 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-30 10:46:11 +02:00
Rhys Arkins
bafb55dd99
fix: patch grouping when separateMinorPatch=false ( #9746 )
...
Closes #9744
2021-04-27 16:14:57 +02:00
Sergei Zharinov
38620be343
refactor: Replace some TODO items with issue ids ( #9596 )
2021-04-26 20:19:30 +00:00
Sergei Zharinov
ce51f05cef
feat(test): Detect test utils callers and simplify helpers ( #9707 )
2021-04-26 16:15:03 +02:00
Rhys Arkins
65c3992ec5
fix: create PR if stale branch can't automerge ( #9723 )
2021-04-26 07:00:26 +02:00
Sergei Zharinov
b255275632
refactor(test): Load fixtures with helpers ( #9699 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-04-23 16:58:48 +00:00
Florian Greinacher
2cc751a0a1
feat: ignore unavailable users ( #9406 )
2021-04-22 21:16:58 +02:00
Michael Kriese
e0488a3ebb
fix(worker): wrong no branch delete on dry-run ( #9682 )
2021-04-22 16:03:47 +02:00
Rhys Arkins
572749a398
refactor: artifactUpdateApproach -> skipInstalls
...
Roll back the previous refactor.
2021-04-22 08:47:58 +02:00
Rhys Arkins
cbf8ea4e55
feat(config): delay preset resolution until after platform initialization ( #9415 )
...
Delay config preset resolution in admin config until after platform initialization. This will enable resolution of private “local>…” presets to work.
BREAKING CHANGE: Config presets will be resolved after platform initialization, so from now on platform credentials cannot be placed in presets.
2021-04-22 08:47:58 +02:00
Rhys Arkins
13ece707d4
feat(npm): remove ignoreNpmrcFile support ( #9409 )
...
Removes support for the ignoreNpmrcFile config option.
BREAKING CHANGE: ignoreNpmrcFile is no longer supported. Use an empty string for config.npmrc instead.
2021-04-22 08:47:58 +02:00
Rhys Arkins
59d728b16b
refactor: skipInstalls -> artifactUpdateApproach ( #9119 )
...
Renames skipInstalls to artifactUpdateApproach and changes from boolean to enum.
BREAKING CHANGE: skipInstalls has been changed to artifactsUpdateApproach
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