Commit graph

10904 commits

Author SHA1 Message Date
Sergei Zharinov
e2edb344cc
test(go): Separate tests for datasource detection and direct releases (#12515) 2021-11-05 19:49:26 +00:00
FSuman
d15a90a9f6
feat(poetry): Use single poetry update command (#12504)
Co-authored-by: Felipe Suman <felipe.suman@points.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-05 15:10:11 +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
Michael Todorovic
7579875415
feat: support preset versioning with git tags (#11565)
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>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2021-11-05 13:12:47 +00:00
Sergei Zharinov
338fb6e0bf
refactor(go): Extract datasource detection to separate module (#12513) 2021-11-05 12:30:45 +00:00
HonkingGoose
f3054e1702
chore: improve bug report template (#12453) 2021-11-05 13:19:51 +01:00
Sergei Zharinov
fa71763a72
refactor(gitlab): Extract getSourceUrl function (#12511) 2021-11-05 11:45:29 +01:00
Sergei Zharinov
3cd70f8cf0
refactor(github): Extract getSourceUrl function (#12510) 2021-11-05 10:35:06 +00:00
Sergei Zharinov
3a460c212a
refactor(bitbucket): Extract getSourceUrl function (#12512) 2021-11-05 11:25:15 +01:00
Rhys Arkins
e09618f530
fix(npm): massage package-lock.json before update (#12485) 2021-11-05 08:29:30 +01:00
Rhys Arkins
4eadba6458 docs: improve descriptions 2021-11-05 08:10:27 +01: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
Sergei Zharinov
f759f16520 fix(go)!: Don't fallback if GOPROXY used (#12407)
Current implementation tries to use GOPROXY and falls back to Renovate fetching mechanism if no releases found.

The new one is switches to GOPROXY implementaiton when environment variable is set and doesn't fallback.
However, when direct keyword is used, it will use Renovate-native mechanism that fetches directly from GitHub, etc.
When off keyword is encountered or no URLs left, we're done with no releases (i.e. no fallback to Renovate-native mechanism).

BREAKING CHANGE: Go modules lookups will now no longer fallback to Renovate native lookups if GOPROXY is configured and without "direct" explicitly configured.
2021-11-05 08:10:27 +01:00
Sebastian Poxhofer
1b84c5282a feat(manager/regex)!: allow arbitrary regex groups for templates (#12296)
Allow the usage of arbitrary capture groups inside of regex manager templates and further adds refactor which this allows.

BREAKING_CHANGE
Only regex managers using the combination matchStringStrategy are affected of this change!
Currently capture groups which are empty but still match the regex are ignored.
This is no longer the case!
Subsequent matchGroups will now overwrite previous ones, even if the later one is empty.
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
Masaki Hara
f14d5d9171
feat(preset): update monorepo location for react-router (#12502) 2021-11-05 05:54:28 +00:00
Maxime Brunet
32d36831d8
refactor(kustomize): Set depType when pushing deps (#12501) 2021-11-05 05:35:55 +00:00
ylemkimon
c690dd0ebd
fix(npm): use stdout for Yarn if stderr is empty (#12506) 2021-11-05 06:21:29 +01:00
renovate[bot]
a48eccf574
build(deps): update dependency @aws-sdk/client-ecr to v3.38.0 (#12493)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 21:01:39 +00:00
renovate[bot]
69f79078cc
chore(deps): update dependency graphql to v15.7.2 (#12496)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 18:59:13 +00:00
renovate[bot]
4e24979f9f
chore(deps): update github/codeql-action action to v1.0.22 (#12492)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-04 16:42:39 +00:00
wwuck
3c3372efbf
fix: allow optional quotes around ENV or ARG in regexManagers:dockerfileVersions preset regex (#12495) 2021-11-04 15:57:02 +01:00
Feng Yu
70c272efa0
feat: group @types/jest and jest monorepo (#12489) 2021-11-04 15:23:49 +01:00
Maxime Brunet
f075ffc017
feat(kustomize): Support Component kustomizations (#12467) 2021-11-04 08:20:05 +00:00
Jerome Garec
a687981810
fix(helmv3): set helm repositories from aliases to update Chart.lock (#12470) 2021-11-04 07:47:48 +01:00
Sergei Zharinov
87011e78ef
fix(github): Disable platform-native automerge for GHE (#12483) 2021-11-04 07:04:45 +01:00
wwuck
acd74a8051
fix: regexManagers:dockerfileVersions regex (#12481)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-04 05:34:13 +00:00
Sergei Zharinov
04ed879e72
fix(lein): Group dependencies based on shared var (#12482) 2021-11-04 06:17:11 +01:00
Rhys Arkins
89efe91ae9
fix(github): separate platformConfig (#12473) 2021-11-03 18:39:17 +00:00
renovate[bot]
38b77435d0
chore(deps): update dependency graphql to v15.7.1 (#12477)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 18:05:36 +00:00
renovate[bot]
afd80ed78e
chore(deps): update dependency type-fest to v2.5.2 (#12474)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 13:41:27 +00:00
Rhys Arkins
aa73a7bb22 refactor: rename consts in platform/github 2021-11-03 09:44:57 +01:00
Rhys Arkins
ada343da8e
fix(github): expected flush after ref listing (#12472) 2021-11-03 07:22:41 +01:00
Oleg Krivtsov
ff7ae69f94
feat(config): add supportedBy field to config definitions (#12395)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2021-11-03 06:48:10 +01:00
renovate[bot]
27691129ee
chore(deps): update dependency graphql to v15.7.0 (#12469)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 02:06:14 +00:00
renovate[bot]
ef0679eb6c
build(deps): update dependency @breejs/later to v4.1.0 (#12471)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-03 00:10:17 +00:00
renovate[bot]
6c06ae463f
chore(deps): update actions/checkout action to v2.4.0 (#12465)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 22:36:58 +00:00
Rhys Arkins
6c49629d12
fix(github): disable hasIssuesEnabled for GHE (#12466) 2021-11-02 19:53:13 +00:00
Sergei Zharinov
d590418111
fix(github): Disable autoMergeAllowed field for GHE (#12458) 2021-11-02 20:38:38 +01:00
Martino di Filippo
bd71fffa30
feat(maven): treat the preview qualifier as rc (#12450) (#12461) 2021-11-02 17:42:58 +01:00
renovate[bot]
4828539ad1
chore(deps): update dependency tmp-promise to v3.0.3 (#12455)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 15:21:31 +00:00
ankitabhopatkar13
a5835a00de
fix(automerge): remove automergeType check for PR options (#12418) 2021-11-02 13:17:53 +00:00
HonkingGoose
dab46fc843
chore: delete auto-cancel-actions.yml (#12456) 2021-11-02 12:53:07 +01:00
Michael Kriese
6be7e756fc
fix(github): log graphql errors (#12452) 2021-11-02 12:12:29 +01:00
Oleg Krivtsov
7bbc5ce147
fix(docker): don't removes additional variables from version (#12447)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-02 09:28:52 +00:00
Rhys Arkins
19ee8a318c logs: reviewers/stale debug 2021-11-02 09:52:27 +01:00
Bob van de Vijver
3029527de7
refactor(composer): Refactor Composer argument resolver to utils (#12443)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2021-11-02 09:46:22 +01:00
Rhys Arkins
0643616b6b
fix(pip_requirements): extract empty requirements (#12436) 2021-11-02 08:11:44 +01:00
ylemkimon
02a72cd00c
fix(npm): add .pnp.loader.mjs to Yarn zero-install paths (#12441) 2021-11-02 06:32:20 +01:00
renovate[bot]
a50b386961
chore(deps): update dependency @types/node to v14.17.32 (#12429)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-11-02 01:14:35 +00:00