Noam Dolovich
8d8c3d11fd
fix(platform/azure): improve getPolicyConfigurations latency via mergePolicyGuid filter ( #21723 )
2023-04-23 06:27:59 +00:00
Sergei Zharinov
6bd1277c89
fix(manager/gradle): Filter false positives out of extracted deps ( #21753 )
2023-04-23 08:33:49 +02:00
Rhys Arkins
b27ec633bc
fix(onboarding): Revert "feat(onboarding): use cache to check if repo is onboarded" ( #21731 )
2023-04-22 06:31:19 +02:00
Chuck Grindel
be08f1b985
feat: implement bazel-module
VersioningApi ( #21606 )
2023-04-21 17:19:30 +00:00
Rob Hannay
b853af2c7d
fix(fs): permit square brackets []
in file paths ( #21625 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-21 15:51:12 +00:00
Rhys Arkins
bf0e39da5f
fix(ansible-galaxy): handle git source ( #21640 )
2023-04-21 09:24:29 +00:00
HonkingGoose
6990f7fc09
docs(config options): rewrite forkProcessing
( #21621 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-21 09:05:07 +00:00
Sergei Zharinov
3fbdcdc1ae
refactor(schema): Enhanced "loose" collections ( #21541 )
2023-04-21 08:25:48 +00:00
Rhys Arkins
634170351d
feat(presets): deprecate npm-based presets ( #21654 )
2023-04-21 06:04:08 +00:00
Michael Kriese
455de72ee7
fix(manager/git-submodule): use appropriate hostType for auth ( #17400 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-21 04:13:32 +00:00
Michael Kriese
8e8e8a7ea2
test: remove useless jest fake timer reset ( #21633 )
2023-04-20 18:13:36 +00:00
Sergei Zharinov
1adc0777da
fix(platform/github): Fix branch recreation for existing branches ( #21629 )
2023-04-20 17:51:00 +00:00
Sergei Zharinov
58fe0bdc81
refactor(date): Use Jest fake timers ( #21631 )
2023-04-20 16:52:48 +00:00
Mr.Hope
1637d13c16
feat(presets): add vitest to jsUnitTest ( #20389 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-04-19 16:21:52 +00:00
Dominik Steinbinder
18d0fbc3af
fix: sanitize special characters in URLs ( #21575 )
2023-04-19 14:47:12 +00:00
HonkingGoose
bd2dba0b01
docs: drop link to maven-cmp repository ( #21601 )
2023-04-19 10:55:06 +00:00
Sergei Zharinov
66d1ae94d3
refactor(git): Rename fetchCommit
to fetchBranch
( #21581 )
2023-04-18 19:30:05 +00:00
Vladimir Varankin
3d19f0a648
docs: fix typo in regex versioning ( #21579 )
2023-04-18 14:05:05 +02:00
Michael Kriese
bce88c862e
feat(config): rename azureAutoApprove
to autoApprove
( #21576 )
2023-04-18 09:09:46 +00:00
Sebastian Poxhofer
75a1ab04eb
refactor(vulnerabilities): return interface for Vulnerabilities ( #21310 )
2023-04-18 09:07:36 +00:00
Tom Fay
2a72f85cc2
feat(manager/cargo): support private registry index env var ( #20379 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 08:49:24 +00:00
cjtim
7d6438b16f
chore(managers/sbt): remove unused types ( #21570 )
...
Signed-off-by: Jinna C <jinnatim@gmail.com>
2023-04-18 08:07:25 +00:00
Emil Davtyan
288ad1f9bd
feat: support depth URL argument in Terragrunt modules ( #21494 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 05:01:29 +00:00
Jorge Silva
91812d025d
feat(manager/gomod): add goGetDirs
option ( #20156 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-04-18 04:55:28 +00:00
Michael Kriese
4fa199e20d
feat(versioning/regex): add revision
as fifth capture group ( #21555 )
2023-04-18 02:33:30 +00:00
renovate[bot]
07930b1393
build(deps): update aws-sdk-js-v3 monorepo ( #21549 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-17 13:52:42 +00:00
Sergei Zharinov
e9adc3d23f
feat(schema): Better utility for JSON parsing ( #21536 )
2023-04-17 08:01:23 +00:00
DjordyKoert
62b57aa27c
feat: disable setting COMPOSER_AUTH for gitlab ( #20634 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-17 06:16:02 +00:00
Johannes Feichtner
94b42c5123
refactor(gradle/manager): introduce method to resolve variables ( #21531 )
2023-04-17 06:13:31 +00:00
Sergei Zharinov
6d0aeee2b8
fix(maven): Support versions containing +
sign ( #21533 )
2023-04-16 09:00:09 +00:00
Michael Kriese
09e43acdf6
fix(fs): allow {}
inside paths ( #21530 )
2023-04-15 18:09:43 +00:00
Rhys Arkins
d8400d307c
build: add java-maven install-tool support
2023-04-15 09:33:30 +02:00
Daiki Nishikawa
7e4a7a0cf1
feat: add swc package to monorepo group ( #21431 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-15 06:55:28 +00:00
Jeroen de Bruijn
b064435803
fix(manager/github-actions): allow dot .
in reusable workflow repository name ( #21519 )
2023-04-15 05:45:06 +00:00
Rhys Arkins
6b12beeb1b
build: support more containerbase tools
2023-04-14 10:15:00 +02:00
Rhys Arkins
5fb1747361
fix: Revert "feat: compare all branch authors when deciding if a branch is modified" ( #21505 )
2023-04-14 06:20:34 +00:00
Alex Kessock
8b0acd4108
feat: compare all branch authors when deciding if a branch is modified ( #20739 )
2023-04-13 15:19:13 +00:00
Chuck Grindel
a12ac33f0f
fix(cache): use UTC dates for cache strategy calculations ( #21488 )
2023-04-13 15:01:04 +00:00
Michael Kriese
3d23793237
fix(fs): allow +$
inside paths ( #21482 )
2023-04-13 13:09:01 +00:00
Michael Kriese
2ff75fb8e2
fix(fs): allow @
inside paths ( #21476 )
2023-04-13 08:57:39 +00:00
Sebastian Poxhofer
9d2871085c
refactor(vulnerabilities): rename fetchVulnerabilities to appendVulnerabilityPackageRules ( #21468 )
2023-04-12 20:34:13 +00:00
RahulGautamSingh
135e6cd078
feat(config): rename stabilityDays to minimumReleaseAge ( #21376 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-04-12 17:59:24 +00:00
Vojta Polak
d7b7f0421c
feat: support depth URL argument in Terraform modules ( #21287 )
2023-04-12 15:38:13 +00:00
Michael Kriese
2de1b29c1f
feat(fs): add isValidLocalPath
function ( #21433 )
2023-04-12 15:13:34 +00:00
Michael Kriese
c79b209032
refactor(platform): optional getVulnerabilityAlerts
( #21449 )
2023-04-12 15:12:15 +00:00
RahulGautamSingh
efc366ec57
feat(datasource): rename node
-> node-version
( #21149 )
2023-04-12 13:43:59 +00:00
Rhys Arkins
f7d7316868
build: export pipenv constraints
2023-04-12 16:03:25 +02:00
Rhys Arkins
1767f7608b
fix: Revert "refactor: safely parse composer files" ( #21448 )
2023-04-12 14:30:33 +02:00
kechigon
c02cf6a34f
fix(ansible-galaxy): space parsing ( #20679 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-12 11:53:08 +00:00
Nikolai Røed Kristiansen
b1424dd948
feat(manager/helmfile): Detect kustomization.yaml ( #21111 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-12 11:49:23 +00:00
renovate[bot]
da29ed179c
chore(deps): update dependency @types/luxon to v3.3.0 ( #21418 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: RahulGautamSingh <rahultesnik@gmail.com>
2023-04-12 06:49:00 +00:00
Sergei Zharinov
3ded2789e3
refactor(dotnet-version): Refactor schemas ( #21426 )
2023-04-12 06:21:35 +00:00
Johannes Feichtner
1fc7a05b08
refactor(manager/gradle): split extractAllPackageFiles
into multiple sub-methods ( #21429 )
2023-04-12 06:12:55 +00:00
RahulGautamSingh
217ea888a9
fix: migrate hostType ( #21432 )
2023-04-12 04:05:07 +00:00
Sergei Zharinov
7fdb8e2005
refactor(azure-bicep-resource): Refactor schema usage ( #21402 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-11 14:41:41 +00:00
Sergei Zharinov
00c8f9055e
refactor(datasource/deno): Add schema validation ( #21329 )
2023-04-11 14:25:34 +00:00
Sergei Zharinov
3b53efe67c
refactor(datasource/npm): Remove unused fields from types ( #21192 )
2023-04-11 13:41:24 +00:00
Sergei Zharinov
e1d5012e4c
feat(http): Throw errors for schema mismatch ( #21395 )
2023-04-11 04:42:34 +00:00
Johannes Feichtner
b088733066
fix(manager/gradle): resolve values when assigning symbols to variables ( #21411 )
2023-04-10 16:37:46 +00:00
Philip
80c3725356
fix(platform/bitbucket): remove interactive text in issue should be read only ( #21409 )
2023-04-10 13:23:22 +00:00
Jamie Magee
b23700d749
test: jest isolation ( #21406 )
2023-04-10 04:32:04 +00:00
Adam Setch
6f6307a008
refactor(platform): add id for each platform ( #21405 )
2023-04-10 04:30:40 +00:00
Sergei Zharinov
dfb1ef47bc
refactor(http): Don't use shallow copy for JSON results ( #21401 )
2023-04-09 21:44:05 +00:00
William Boman
bf0f7e2b82
feat(template): add equals helper ( #21385 )
2023-04-09 05:24:04 +00:00
Hikari Hayashi
df4ae5da1e
feat(presets): update pixijs repo urls ( #21396 )
2023-04-08 22:43:57 +00:00
Jamie Magee
965054d7d4
refactor: safely parse composer files ( #21173 )
2023-04-08 15:08:07 +00:00
Rhys Arkins
f5595f334c
feat: RENOVATE_X_IGNORE_RE2 ( #21391 )
2023-04-08 08:38:43 +00:00
Chuck Grindel
2667ea16d1
fix: update cache record TTL to not account for Daylight Saving time ( #21389 )
2023-04-08 04:24:39 +00:00
Sergei Zharinov
116735f131
feat(schema-utils): Add JSON parsing functions ( #21384 )
2023-04-07 14:53:57 +00:00
Adam Setch
e209808fde
test(manager/regex): add replaceString to all non-snapshot based test assertions ( #21380 )
2023-04-07 11:51:33 +00:00
Adam Setch
e928a8f1b2
fix(manager/regex): set replaceString for digest-only matches ( #21370 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-07 05:59:43 +00:00
RahulGautamSingh
1d95167b13
feat(onboarding): use cache to check if repo is onboarded ( #20733 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-07 05:19:25 +00:00
Rhys Arkins
464adf118e
chore: export poetry helper functions
2023-04-07 07:42:37 +02:00
Sergei Zharinov
8081d08ec4
refactor(http): Enhanced integration with data schemas ( #21338 )
2023-04-06 15:56:27 +00:00
Sergei Zharinov
46723ebb3a
refactor(dotnet-version): Fix schema for dates ( #21367 )
2023-04-06 07:24:36 +00:00
Sergei Zharinov
db8a377b2f
feat(util/pretty-time): Ensure support for years
, months
and weeks
( #21366 )
2023-04-06 07:17:57 +00:00
Johannes Feichtner
f0b74b8f75
fix(manager/gradle): handle dot as optional when parsing plugins in Kotlin DSL ( #21362 )
2023-04-05 20:05:34 +00:00
Johannes Grumböck
b923c87753
feat: fetch changelogs for private Terraform Cloud modules ( #21356 )
2023-04-05 18:52:37 +00:00
Sam
52ad01d585
feat(datasource/crate): add sparse registry support ( #21187 )
...
Co-authored-by: Sam <samrogerson@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-04-05 12:30:35 +00:00
Sebastian Poxhofer
660d192ba0
test(vulnerabilities): add unit test to confirm package rule order ( #21339 )
2023-04-04 18:50:54 +00:00
Rhys Arkins
88f6b987d5
fix(versioning/hashicorp): allow numbered unstable versions ( #21334 )
2023-04-04 14:06:20 +00:00
Rhys Arkins
fb71c8153f
fix(yarn): use yarn up -R for lock file updating ( #21309 )
2023-04-04 04:53:37 +00:00
Adam Setch
37316079e9
docs: update template capture group definitions ( #21311 )
2023-04-04 04:08:59 +00:00
Jesse Simpson
f5a301ae76
feat(asdf): Support sops asdf plugin ( #21306 )
2023-04-03 18:21:45 +00:00
Johannes Feichtner
08466a1668
fix(vulnerabilities): skip withdrawn security advisories ( #21294 )
2023-04-03 04:39:48 +00:00
Gabriel-Ladzaretti
c5b7a451a9
fix(cache): catch redis set value errors ( #21290 )
2023-04-02 16:23:17 +00:00
Rhys Arkins
a48ef9d2f9
fix(yarn): detect already-updated for yarn 2/3 ( #21285 )
2023-04-02 12:07:54 +00:00
HonkingGoose
6a446499f7
refactor: rename finalise to finalize ( #21278 )
2023-04-01 10:00:42 +00:00
Rhys Arkins
03618ee581
feat: autoclose PRs when repo disabled ( #21263 )
...
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-04-01 05:42:08 +00:00
renovate[bot]
fd133c1d8b
chore(deps): update dependency typescript to v5 ( #21011 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-04-01 05:07:52 +00:00
Sullivan SENECHAL
b2727f6eb5
feat(presets): add storybook-react-native monorepo ( #21273 )
2023-03-31 21:44:49 +00:00
Adam Setch
24bb472798
feat(issues): add jira http util ( #21056 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-31 19:09:12 +00:00
Adam Setch
91fd1757f6
feat(template): indentation capture group ( #21193 )
2023-03-31 05:39:06 +00:00
Johannes Feichtner
4ce27f5a76
fix(manager/kubernetes): allow trailing comments ( #21260 )
2023-03-31 03:47:46 +00:00
Malte Poll
480cff54ff
feat(bazel): Support for rules_oci / oci_pull ( #21216 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-30 20:37:52 +00:00
Sami Al-Dury
9257f3ca2e
fix(presets): name typo ( #21064 )
2023-03-30 17:28:29 +00:00
curtvict
2ab3efae17
feat(presets): Add tiptap monorepo ( #21254 )
2023-03-30 17:24:40 +00:00
Rhys Arkins
0f0639327f
fix(github-release-attachments): set token correctly ( #21233 )
2023-03-30 12:13:44 +00:00
Michael Kriese
34b5401812
feat(manager/bitbucket-pipelines): support docker image object ( #21102 )
2023-03-29 10:41:05 +00:00
Rhys Arkins
0b79b3d541
fix: merge config constraints over package file extracted constraints ( #21207 )
2023-03-29 05:08:15 +00:00
Jamie Magee
176282e65f
chore: use node:
protocol imports ( #21181 )
2023-03-28 21:05:36 +00:00
RahulGautamSingh
874cfe80e2
fix(onboarding): force branch creation to prevent diff-check ( #21200 )
2023-03-28 16:04:08 +00:00
kegato
781ca4b192
feat(datasource/docker): support registry proxy for digest updates ( #20777 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-27 17:07:49 +00:00
Adam Setch
725ce16ee3
feat(replacement): consolidate replacement rules ( #21155 )
2023-03-27 14:33:24 +00:00
Sergei Zharinov
e66b93a240
refactor(schema): Remove looseObject
helper ( #21164 )
2023-03-27 10:43:02 +00:00
Gabriel-Ladzaretti
b67eae2180
fix(merge-confidence): escape forward slashes in package names ( #21168 )
2023-03-26 16:18:40 +00:00
Nikolai Røed Kristiansen
e368cde1eb
fix(manager/helmfile): Detect more local charts ( #21093 )
2023-03-26 12:19:04 +00:00
Florian Greinacher
39afbcbb9a
feat(presets): use replacementNameTemplate for k8s-registry-move ( #21103 )
2023-03-26 10:32:45 +00:00
Rhys Arkins
ffa7f5e68f
fix(onboarding): improve preset description resolution ( #21165 )
2023-03-26 08:53:53 +00:00
RahulGautamSingh
7f9874c899
fix: perform pr-update when requested regardless of pr-cache state ( #21148 )
2023-03-25 11:20:21 +00:00
IKEDA Sho
cab3571ab1
feat(manager/pyenv): specify "Python" for commitMessageTopic ( #21145 )
2023-03-25 10:27:56 +00:00
Rhys Arkins
cec2e14a64
feat(config): multi-org secrets decrypt ( #21147 )
2023-03-25 09:14:33 +00:00
IKEDA Sho
c99c7dac3d
docs(manager/velaci): Set displayName and url ( #21143 )
2023-03-25 06:25:50 +00:00
Sergei Zharinov
2a172759b6
feat: Better defaults for Codespaces configuration ( #21113 )
2023-03-24 12:12:21 +00:00
Rhys Arkins
327d0fb665
fix: remove traefik manual sourceUrl ( #21117 )
2023-03-24 06:46:59 +00:00
Rhys Arkins
3859b521c2
fix(config): set subType=string for all arrays ( #21118 )
2023-03-24 06:39:27 +00:00
Sergei Zharinov
3e28c4ee9f
feat(cache): Fallback to older decorator results on error ( #20795 )
2023-03-23 15:59:51 +00:00
Michael Kriese
49d62307d9
fix(platform/github): don't retry merge when blocked by required status check ( #21063 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-23 08:17:22 +00:00
Skyler Mäntysaari
ba6472643c
fix(manager/flux): the parsing of ocirepository ( #21070 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-22 14:20:18 +00:00
Michael Kriese
875074fce8
feat(presets): add more containerbase replacements ( #21084 )
2023-03-22 13:55:56 +00:00
Michael Kriese
de9b685106
feat(presets): add containerbase workarounds ( #21086 )
2023-03-22 13:49:46 +00:00
HonkingGoose
db73d3984b
docs(config options): improveprBodyTemplate
explanation ( #20945 )
2023-03-22 06:37:40 +00:00
RahulGautamSingh
55e09a8d24
fix: remove pkg.version
from prFingerprintConfig ( #21077 )
2023-03-22 06:34:21 +00:00
Gabriel-Ladzaretti
1615d26226
feat(packageRules): add merge confidence matcher ( #21049 )
...
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>
2023-03-21 18:37:38 +00:00
Adam Setch
b25022066e
feat(replacements): support for replacement name templating ( #20905 )
...
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-21 16:42:13 +00:00
Rhys Arkins
623f2cadd9
feat: customize merge confidence host ( #21061 )
...
Co-authored-by: Gabriel-Ladzaretti <97394622+Gabriel-Ladzaretti@users.noreply.github.com>
2023-03-21 11:16:36 +00:00
Rhys Arkins
3b60c934a0
refactor: merge confidence default undefined ( #21059 )
2023-03-21 06:50:54 +00:00
Rhys Arkins
25e0fa2065
refactor: MergeConfidence types ( #21058 )
2023-03-21 07:27:36 +01:00
renovate[bot]
aebf72d496
build(deps): update opentelemetry-js monorepo ( #21050 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-21 04:51:33 +00:00
Liora Milbaum
fba9013510
fix(asdf-pulumi): Extract version ( #21038 )
2023-03-20 05:30:37 +00:00
RahulGautamSingh
1013302e0f
refactor: exactOptionalPropertyTypes ( #20761 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-19 16:09:46 +00:00
RahulGautamSingh
33cd2331e7
fix(platform/github): detect pr-edited if target changed ( #21026 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-19 16:08:41 +00:00
RahulGautamSingh
686bff397c
refactor(test): use minimal config objects ( #20773 )
2023-03-19 16:03:01 +00:00
Rhys Arkins
8a12dc66fe
feat(git): use rev-list count to determine behind base status ( #21036 )
2023-03-19 14:37:32 +00:00
Youssef Dhraief
1292e75863
feat(manager/argocd): added support for argocd multisource ( #20648 )
2023-03-19 08:41:12 +00:00
Rhys Arkins
e804fda25f
refactor(git): cache list of branches per-sha per repo ( #20839 )
2023-03-19 08:21:28 +00:00
Nikolai Røed Kristiansen
c2fe56a126
feat(manager/helmfile): Support kustomize ( #20782 )
2023-03-19 08:15:15 +00:00
Sullivan SENECHAL
25c60afa8e
feat(presets): gitbeaker monorepo ( #21028 )
2023-03-18 18:48:26 +00:00
Rhys Arkins
cf8619aaac
chore(logs): lower lookup logging ( #21027 )
2023-03-18 18:44:56 +00:00
Sergei Zharinov
42b0e102e4
feat(github): Don't store updatedAt
field in GraphQL cache record ( #21024 )
2023-03-18 14:52:01 +00:00
Rhys Arkins
1f22ed2a0e
chore: downgrade cached etag log to trace
2023-03-18 08:57:00 +01:00
Rhys Arkins
3de8d6c534
fix(auto-replace): handle missing depName or packageName values ( #21005 )
2023-03-17 14:06:32 +00:00
Adam Setch
e29c8ad964
fix(bitbucket): use correct case ( #21002 )
2023-03-17 12:13:37 +00:00
Adam Setch
5d82120bbb
feat(manager/bitbucket-pipelines): add support for docker-based pipes ( #20938 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-16 12:36:59 +00:00
Michael Kriese
79cfad9324
docs(platform/bitbucket-server): add Data Center ( #20980 )
2023-03-16 10:09:27 +00:00
Michael Kriese
1a8088c4d6
fix: Revert "fix: Add support for PAT in Bitbucket Server. Closes #14900 " ( #20979 )
2023-03-16 09:52:02 +00:00
Faizaan
d739141f7d
fix: Add support for PAT in Bitbucket Server. Closes #14900 ( #20974 )
2023-03-16 05:50:08 +00:00
Johannes Feichtner
85834b2519
feat(manager/gradle): add support for plugins in inlined version catalogs ( #20969 )
2023-03-16 05:21:50 +00:00
John Daly
15c7e8dea2
fix: Prevent uninitialized cacheProxy from being accessed in cleanup ( #20975 )
2023-03-16 04:57:34 +00:00
Rhys Arkins
ccec42fdcf
fix(config): migrate includeForks properly ( #20965 )
2023-03-15 18:23:14 +00:00
Michael Kriese
1789d349bb
fix(platform/bitbucket): use uuid
instead of username
for issues filter ( #20960 )
2023-03-15 16:41:26 +00:00
Sergei Zharinov
095c84ebfd
test: Refactor tests for package cache decorator ( #20958 )
2023-03-15 15:37:12 +00:00
Michael Kriese
03d966c2ca
fix(manager/npm): quote yarn args ( #20955 )
2023-03-15 14:07:29 +00:00
Michael Kriese
62e91aff40
feat(preset): add containerbase replacements ( #20941 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-15 11:47:10 +00:00
Rhys Arkins
25ea3d1864
fix(cache): use cached git values for branch cache ( #20837 )
2023-03-15 11:37:55 +00:00
Satoshi Namai
3e92cdd10a
fix(manager/gradle): drop stdout from gradlew :dependency command ( #20820 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 10:13:06 +00:00
HonkingGoose
d54e6aa9ac
chore(replacements): improve descriptions ( #20942 )
2023-03-15 09:57:46 +00:00
Florian Greinacher
ca03555739
feat(presets): include replacements:all in config:base ( #20933 )
2023-03-15 07:26:26 +00:00
Lctrs
2e25de1211
feat(datasource): support range constraints filtering ( #20842 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-15 06:12:08 +00:00
Adam Setch
8137533c94
feat(auto-replace): ability to specify global or first match from replacement rules ( #20604 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-14 21:02:24 +00:00
Simon Eßlinger
3c5224eee4
feat: add datasource, versioning and manager for Azure Bicep resources ( #20755 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-14 18:29:25 +00:00
Florian Greinacher
b74813180b
fix(presets): add k8s registry move to all replacements ( #20928 )
2023-03-14 18:25:12 +00:00
Rhys Arkins
d458a93356
fix: log duration after rawExec error ( #20924 )
2023-03-14 11:53:43 +00:00
Florian Greinacher
69c15abdcc
feat: add replacements for Kubernetes container registry move ( #20898 )
...
Co-authored-by: Jamie Magee <jamie.magee@gmail.com>
2023-03-14 05:57:13 +00:00
Martin Herndl
3f5a0c04f5
feat(composer): skip path repo dependencies ( #20887 )
2023-03-14 05:10:30 +00:00
Maxime Brunet
7b627e3900
fix(gomod): skip updating import path for incompatible versions ( #20812 )
2023-03-14 05:09:15 +00:00
Adam Setch
98be25f787
feat(platform/bitbucket): add support for Bitbucket development branching model ( #20860 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:54 +00:00
Adam Setch
e09153b6be
feat: support name only replacements ( #20629 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-03-12 12:50:16 +00:00
Jamie Magee
1567386f50
refactor: safely parse Pipfile.lock
( #20825 )
2023-03-12 05:54:12 +00:00
Jamie Magee
cbbeecbefc
refactor: satisfy types for unknown
arrays ( #20878 )
2023-03-12 05:53:06 +00:00
Jamie Magee
8b23f0ba57
refactor: safely parse decrypted config ( #20879 )
2023-03-12 05:52:19 +00:00
Adam Setch
06feaaabaf
docs(platform/bitbucket): update requiring implementation section ( #20863 )
2023-03-11 12:50:32 +00:00
Adam Setch
d760c2f4cb
docs(platform/bitbucket): update header to be consistent with other platforms ( #20870 )
2023-03-11 10:28:26 +00:00
Liora Milbaum
b69fcda426
feat(asdf): Support pulumi plugin ( #20852 )
2023-03-11 09:23:18 +00:00
RahulGautamSingh
b475231176
refactor: use satisfies ( #20781 )
2023-03-11 05:24:17 +00:00
Rhys Arkins
b53b8bca6b
chore: fix coverage
2023-03-10 10:31:52 +01:00
Rhys Arkins
a4ab4523f8
feat(config)!: forkProcessing ( #20759 )
...
Removes "includeForks" option and replaces with "forkProcessing". New default behavior is to process forks if automerge=false.
Closes #20752
BREAKING CHANGE: Forked repos will now be processed automatically if autodiscover=false. includeForks is removed and replaced by new option forkProcessing.
2023-03-10 09:34:41 +01:00
Rhys Arkins
d53d39bf0a
refactor(datasource): prefer packageName over depName in datasource ( #20221 )
2023-03-10 09:34:41 +01:00
Rhys Arkins
f765e6fb1d
feat!: internalChecksAsSuccess ( #20572 )
...
Adds new config option `internalChecksAsSuccess`, defaulting to `false`.
Closes #7800
BREAKING CHANGE: Internal checks such as `renovate/stability-days` will no longer count as passing/green, meaning that actions such as `automerge` won't
occur if the only checks are Renovate internal ones. Set `internalChecksAsSuccess=true` to restore existing behavior.
2023-03-10 09:34:41 +01:00
Sebastian Poxhofer
8e2df85268
feat(versioning)!: default to semver-coerced instead of semver ( #20573 )
...
BREAKING CHANGE: default versioning is now `semver-coerced`, instead of `semver`.
2023-03-10 09:34:41 +01:00
Paul Gschwendtner
177ffedb85
feat(datasource/github-releases)!: digest computation use git tag, not file digest ( #20178 )
...
The github-releases datasource has been copied into a new datasource called github-release-attachments.
The github-releases general datasource is updated to use the underlying Git tag of a GitHub release entry for digest computation.
Fixes #20160 , Fixes #19552
BREAKING CHANGE: Regex Manager configurations relying on the github-release data-source with digests will have different digest semantics. The digest
will now always correspond to the underlying Git SHA of the release/version. The old behavior can be preserved by switching to the
github-release-attachments datasource.
2023-03-10 09:34:40 +01:00
Rhys Arkins
b17bcf2789
refactor(datasource): use packageName and not depName for datasource lookups ( #20474 )
2023-03-10 09:34:40 +01:00
Rhys Arkins
73c8227132
fix(versioning)!: bump short ranges to version ( #20494 )
...
When rangeStrategy=bump, and the existing range is "short" (e.g. `^1`), and a bump is required, the new result will be a version range (e.g. `^1.0.7`).
Closes #20488
2023-03-10 09:34:40 +01:00
Rhys Arkins
0f86d313da
chore: fix artifacts tests
2023-03-10 09:34:40 +01:00
Michael Kriese
ec4b17b8b6
feat(config)!: default dockerImagePrefix
to containerbase
( #20150 )
...
Sidecar containers will now use `containerbase/` prefix instead of `renovate/` prefix.
BREAKING CHANGE: containerbase/ account used for sidecar containers instead of renovate/
2023-03-10 09:34:40 +01:00
Rhys Arkins
222cda6058
feat(cache): file cache cleanup ( #20061 )
...
Checks file cache for expired items at the end of a run. Non-breaking change but it may result in some long cleanup jobs for any bots which have been left to populate their package cache for a long time.
Closes #13732
2023-03-10 09:34:39 +01:00
Rhys Arkins
b6ed33ec01
fix(regex): don’t escape forward slash in fileMatch ( #19314 )
...
This cleanup of default `fileMatch` values should be backwards compatible.
2023-03-10 09:34:39 +01:00
Rhys Arkins
d92e19437a
feat(go)!: default GOPROXY ( #20081 )
...
Set default GOPROXY value to match `go`'s own default.
Closes #20040
BREAKING CHANGE: Renovate will now use go's default `GOPROXY` settings. To avoid using the public proxy, configure `GOPROXY=direct`.
2023-03-10 09:34:39 +01:00
Rhys Arkins
d28763fa01
feat(datasource/npm): default cacheHardTtlMinutes to 24 hours ( #20079 )
...
Renovate will now use "soft" expiry of npm datasource lookups, combined with a hard expiry of 24 hours. Soft expired results are used to improve
performance plus can be reused in case npmjs errors on subsequent lookups
BREAKING CHANGE: Package cache will include entries for up to 24 hours after the last lookup. Set cacheHardTtlMinutes=0 to revert to existing behavior.
2023-03-10 09:33:50 +01:00
Rhys Arkins
a75f9d71c1
feat(config)!: non-zero defaults for PR concurrent, hourly limits ( #19958 )
...
Sets new defaults:
- `prConcurrentLimit`: 10 (instead of 0)
- `prHourlyLimit`: 2 (instead of 0)
Closes #19800
BREAKING CHANGE: Renovate now defaults to applying hourly and concurrent PR limits. To revert to unlimited, configure them back to `0`.
2023-03-10 09:25:51 +01:00
Rhys Arkins
016e647390
feat(config)!: default to rangeStrategy=auto, prefer update-lockfile ( #19942 )
...
Changes `rangeStrategy` default value from `'replace'` to `'auto'`. Also changes `auto` behavior so that `update-lockfile` is preferred if the manager
supports the `updateLockedDependency()` function.
Closes #19800
BREAKING CHANGE: Renovate will now default to updating locked dependency versions. To revert to previous behavior, configure rangeStrategy=replace.
2023-03-10 09:25:45 +01:00
RahulGautamSingh
dcd298a625
feat(config)!: add new option constraintsFiltering
( #19992 )
...
Adds new option `constraintsFiltering`.
Closes #19979
BREAKING CHANGE: PyPI releases will no longer be filtered by default based on `constraints.python` compatibility. To retain existing functionality, set
`constraintsFiltering=strict`.
2023-03-10 09:24:44 +01:00
Liora Milbaum
bcb61d5360
feat(manager/dockerfile): match Containerfile ( #20804 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-10 05:37:14 +00:00
Rhys Arkins
29e865aee1
chore: better hashicorp versioning logging
2023-03-10 06:48:40 +01:00
Rhys Arkins
a72998724e
fix(datasource/npm): cache public modules ( #20815 )
...
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-03-09 12:16:21 +00:00
Rhys Arkins
a3cc159f7e
chore: extract and lookup duration logging ( #20816 )
2023-03-09 11:24:50 +00:00
Jamie Magee
67b076ae6e
refactor: safely parse emoji shortcodes ( #20814 )
2023-03-09 06:31:16 +00:00
Henrik Poulsen
d5ece8bf45
fix(datasource): add warning when unable to find datasource ( #20805 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-03-08 11:25:00 +00:00
Philip
6e0ef61d98
docs(platform/codecommit): add aws codebuild examples ( #19374 )
...
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-03-08 07:08:58 +00:00
Johannes Feichtner
8512072d41
feat(manager/gradle): add support for AndroidX Compose plugin ( #20796 )
2023-03-08 06:31:56 +00:00