Commit graph

9950 commits

Author SHA1 Message Date
Michael Kriese
4aa8c1a9da
fix(presets): use depName instead of packageName matcher (#26117) 2023-12-04 20:11:16 +00:00
renovate[bot]
54823e9339
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.27.0 (#26116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-04 19:50:18 +00:00
Matt Travi
ba3bd0187e
feat(replacements): add the rename of read-pkg-up to read-package-up (#26101) 2023-12-04 05:57:45 +00:00
Johannes Feichtner
7b30ba8991
feat(manager/gradle-wrapper): change wrapper task to :wrapper (#26098) 2023-12-04 05:31:29 +00:00
renovate[bot]
c712886ca1
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.26.2 (#26093)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 20:32:26 +00:00
renovate[bot]
5178ad1471
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.26.1 (#26092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-12-02 14:16:39 +00:00
RahulGautamSingh
970586c086
refactor: use re2 (#26088) 2023-12-02 09:13:35 +00:00
Rhys Arkins
062f14bdc7
fix(config): put node workaround inside packageRules
Fixes #26086
2023-12-02 07:14:41 +01:00
Sebastian Poxhofer
3c33a26441
refactor(util/yaml): rename load and loadAll to parseSingleYaml and parseYaml (#26084) 2023-12-01 20:13:01 +00:00
Jamie Haywood
178cc71838
feat(config): add .cjs file extension config support (#26075)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-12-01 13:07:10 +00:00
Michael Kriese
181c52f1d7
fix(git): set submodule.recurse=true (#26076) 2023-12-01 12:58:11 +00:00
Sergei Zharinov
383bc11d4c
refactor(http): Separate search and apply of host rules (#26067) 2023-12-01 12:00:20 +00:00
Sebastian Poxhofer
f42d0583d5
refactor(utils/yaml): centralize YAML parsing to allow central templating handling (#26068) 2023-12-01 11:58:43 +00:00
Yun Lai
f5b4da3c68
feat(presets): presetCachePersistence (#25825)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-12-01 11:22:26 +00:00
Dave
af6743d7bb
fix(manager/nuget): use environment variables required by NuGet on Windows (#26056) 2023-12-01 11:10:16 +00:00
Philipp
e9ee32e84f
feat(workarounds): add node docker versioning template (#26059) 2023-12-01 10:01:58 +00:00
Sebastian Poxhofer
c11037b299
fix(manager/terraform): prevent endless loop in case of multiple constraint elements (#26049) 2023-12-01 06:08:03 +00:00
Patrick Hobusch
245f77b4fd
feat(helmfile): support optional .gotmpl extension (#23176) (#26063)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-12-01 05:03:32 +00:00
renovate[bot]
c03bf7c37a
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.26.0 (#26066)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-30 20:12:14 +00:00
Karl Horky
f613a83825
feat: add remark opt-in grouping definition (#25969) 2023-11-30 20:01:06 +00:00
Mike
2369e3c64d
docs: bicep is an iac manager (#26051) 2023-11-30 06:14:34 +00:00
Maxime Brunet
a065776a6c
fix(presets): relax regex for versioning in regexManagers (#26045) 2023-11-29 18:45:54 +00:00
Michael Kriese
591b572eda
feat(pip_requirements): allow override hashin constraints (#26037) 2023-11-29 18:17:39 +00:00
Michael Kriese
4b7a5e7b62
docs: use relative links (#26044) 2023-11-29 18:10:17 +00:00
Michael Kriese
adc3e4aa92
feat(workers/pr): add source with folder to depNameLinked (#26042) 2023-11-29 16:41:55 +00:00
renovate[bot]
4d0aa4a3c8
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.25.0 (#26043)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-29 15:14:48 +00:00
Jay Lindquist
624de723fc
fix(datasource/pypi): index url short code (#25993)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-29 14:54:58 +00:00
Michael Kriese
356a30a870
fix(config): use depName in replacement PR body notes (#26034) 2023-11-29 13:32:54 +00:00
Michael Kriese
dda5f189ea
fix(datasource/dotnet-version): use sdks property to find all sdk version (#26031) 2023-11-29 13:19:33 +00:00
Sebastian Poxhofer
0e9a452969
docs(datasource/custom): fixs false header size and missing format type (#26023) 2023-11-29 08:12:12 +00:00
Michael Kriese
6af2be726c
fix(templates): use re2 for replace helper (#26019) 2023-11-29 01:29:32 +00:00
Michael Kriese
8c78b5a733
fix(keep-alive): use camlcase for option name (#26018) 2023-11-28 22:31:18 +00:00
Rhys Arkins
044bf9ffde
fix(datasource/maven): restore registryStrategy=merge (#26013) 2023-11-28 15:42:27 +00:00
Aleksandr Mezin
a8c83970ac
feat(datasource/custom): expose newDigest in result (#26007) 2023-11-28 09:28:09 +00:00
Michael Kriese
8b4bfbd77d
feat(gitlab): allow override mergeable check attemps and use exponential backoff (#26008) 2023-11-28 09:11:59 +00:00
renovate[bot]
859b22eb3e
chore(deps): update dependency typescript to v5.3.2 (#25992)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-28 08:41:48 +00:00
Aleksandr Mezin
7611162834
feat(datasource/custom): add html format (#24403)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-11-28 07:39:22 +00:00
Michael Kriese
802f86db19
fix(gitlab): reduce attempts (#25994) 2023-11-28 05:34:40 +00:00
Rhys Arkins
f08bad2579
refactor: improve logging for hostRules (#25967) 2023-11-27 18:03:27 +00:00
Rhys Arkins
c4bb98ab90
feat(dart): allow custom registryUrls (#25987) 2023-11-27 15:09:26 +00:00
Victor Sollerhed
2bc920181b
feat(manager/asdf): support act (#25988) 2023-11-27 16:17:10 +01:00
jon4hz
f7faaa4918
feat(datasource/galaxy-collection): support ansible automation hub (#25675)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-11-27 14:02:54 +00:00
Rhys Arkins
d65633e8b8
refactor: improve default onboarding preset log messages 2023-11-26 07:50:49 +01:00
Rhys Arkins
3664096240
fix: swap pending and approval order in dashboard display (#25959) 2023-11-25 07:55:18 +00:00
Sebastian Poxhofer
95ad0d02dc
refactor(datasource/custom): use class based fetcher to simplify code (#25958) 2023-11-25 06:37:05 +00:00
fullstackcreatives
3228c12e70
feat: increase gitlab merge request status check timeout to 300 sec (#25953) 2023-11-24 13:06:00 +00:00
fullstackcreatives
7bb06a4e55
fix: add memCache: false (#25949) 2023-11-24 10:59:12 +00:00
RahulGautamSingh
e0b2772ddc
refactor(match-managers): implement custom.<customMgrName> syntax (#24170) 2023-11-24 07:41:50 +00:00
Zadkiel Aharonian
2c79a9b60c
fix(onboarding/pr): include retry/refresh checkbox message only if onboardingRebaseCheckbox is true (#25899)
Signed-off-by: GitHub <noreply@github.com>
2023-11-24 07:29:35 +00:00
Sergei Zharinov
098ad4ac6e
fix(datasource/go): Generalize submodule filtering logic (#25938) 2023-11-24 06:59:04 +00:00
nSimon (Nicolas)
f7b74c3f8b
feat(datasource/custom): add ability for local registry (file://) (#25734) 2023-11-24 06:05:46 +00:00
Piotr Krzemiński
ac6157e4e2
feat(presets): add github-workflows-kt to monorepos (#25936) 2023-11-23 18:07:58 +00:00
Rhys Arkins
3f1522db73
fix(presets): drop enabled=true from docker:pinDigests
Fixes #25927
2023-11-23 13:45:36 +01:00
HonkingGoose
0110975f16
docs: rewrite Crossplane and Argo CD manager (#25911) 2023-11-23 05:41:15 +00:00
Sebastian Poxhofer
8eefcbcfac
fix(manager/terraform): remove surplus .0s in lockfile constraints (#25925) 2023-11-23 05:30:25 +00:00
Patrick J. Roddy
c1ec9653fb
fix(loose-versioning): support capital V in version (#25917) 2023-11-22 15:28:20 +00:00
Philippe Scorsolini
a199363153
feat(manager/crossplane): add Crossplane xpkgs support (#25896)
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
2023-11-22 09:18:44 +00:00
Tom Vervoort
c82b9afb36
refactor: strongly type commit SHAs (#25207)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-22 06:30:19 +00:00
Imamuzzaki Abu Salam
d4db499554
test: add ignore utility test (#25891) 2023-11-21 12:40:36 +00:00
renovate[bot]
8de2126cb2
build(deps): update dependency prettier to v3.1.0 (#25872)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-21 07:10:51 +00:00
mikeee
a13d4dc3e5
feat(presets): add grouping for aws-sdk-go monorepos (#25838)
Signed-off-by: mikeee <hey@mike.ee>
2023-11-21 06:53:34 +00:00
Sergei Zharinov
fa3254662d
refactor(maven): Simplify HEAD requests cache (#25868) 2023-11-20 19:42:13 +00:00
Jiahao Guo
de1b2a873c
feat(changelogs): prioritize markdown format for multiple file candidates (#25846)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-20 19:40:44 +00:00
Colin O'Dell
4255776fc0
feat(datasource/docker): Use org.opencontainers.image.url as homepage (#25882) 2023-11-20 19:20:45 +00:00
Michael Kriese
5fed6d1cdb
fix: Revert "feat(config-validator): throw an error when the config cannot be found" (#25861) 2023-11-19 10:52:25 +00:00
HonkingGoose
852b6d2a19
docs(puppet manager): rewrite (#25819) 2023-11-19 06:20:22 +00:00
RahulGautamSingh
0cbd22006f
refactor: use util minimatch (#25842) 2023-11-17 19:59:56 +00:00
Adrian Busse
9ab6847a73
feat(presets): add lexical monorepo (#25844) 2023-11-17 10:49:59 +00:00
Philip
8ea53c8465
fix(checkedBranches): Checked branches should work regardless of dependencyDashboard=false (#25832)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-16 15:53:27 +00:00
Rhys Arkins
08be9b8ad2
fix(npm): use lockfileVersion to determine npm version (#25820) 2023-11-16 15:51:34 +00:00
RahulGautamSingh
9d828146f2
fix(onboarding): rebase when onboardingConfig changes (#22452)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-16 13:30:00 +00:00
Björn Böing
09075d7b68
fix(preset): fix electron-forge monorepo url (#25827) 2023-11-16 10:35:58 +00:00
Sergei Zharinov
1bbb7ebe5c
fix(maven): Revert disabling all parent packages (#25824) 2023-11-16 05:38:08 +00:00
Sergei Zharinov
5c3eade7d2
fix(maven): Disable all parent packages by default (#25823) 2023-11-15 21:59:03 +00:00
Bryan Lee
9b33fee639
feat(config-validator): throw an error when the config cannot be found (#23815)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-15 21:01:37 +00:00
HonkingGoose
8cc11c3adb
refactor(config): mark keepalive for advanced users (#25807) 2023-11-15 19:24:40 +00:00
Patrick J. Roddy
da0a7e1037
fix(github-actions): allow subdirectories by default (#25813) 2023-11-15 16:44:39 +00:00
Tobias
786f4e8899
fix(galaxy-collection): return sourceUrl of highest_version in getReleases() (#25769) 2023-11-14 20:31:41 +00:00
Nejc Habjan
2d356c46e0
fix(ansible-galaxy): handle quoted dependencies (#25760) 2023-11-14 12:54:53 +00:00
Maksym Romanowski
84019435ba
feat(pipenv): add support for auth (#24581)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-14 10:40:17 +00:00
Alexander Kachkaev
c0e690a11c
feat(presets): add visx monorepo (#25751) 2023-11-14 09:32:36 +00:00
Sebastian Poxhofer
a9e50fd48d
fix(template/category): Replaces not working templating field category with categories (#25735) 2023-11-13 21:07:37 +00:00
gone-for-coding
c8c0e1b405
fix(pre-commit): Gitlab Custom RegistryUrl not honored (#25682)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-13 13:46:00 +00:00
nSimon (Nicolas)
53401eb36f
feat(datasource/custom): allow to fetch from YAML data endpoint (#25695) 2023-11-13 11:01:56 +00:00
Alex Zaytsev
2ce4fc5b06
docs(azure): simplify Azure Pipeline example (#25719) 2023-11-13 07:24:45 +00:00
Sebastian Poxhofer
e0ade37433
fix(datasource/galaxy): loosen schema (#25712) 2023-11-13 03:38:14 +00:00
Sergei Zharinov
19e9e8ea50
refactor(http): Extract GotTask type (#25713) 2023-11-12 21:01:09 +00:00
Sergei Zharinov
75df23bfe4
test(http): Disable http retries for tests inside constructor (#25711) 2023-11-12 19:05:37 +00:00
Rhys Arkins
242e2781f0
chore: rename CommitSha type to LongCommitSha (#25698) 2023-11-11 12:18:00 +00:00
Wessel Terpstra
552dba5cff
fix(azure): exclude disabled repositories when discovering (#25104)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-11 08:33:35 +00:00
Daniel Koch
fbf8a15df4
docs: add information about permissions for azure pat (#25534)
Co-authored-by: Daniel Koch <Daniel.Koch@arineo.com>
2023-11-11 09:30:05 +01:00
Sebastian Poxhofer
0668895546
feat(datasource/galaxy-collection): migrate from v2 to v3 (#25239) 2023-11-10 20:48:27 +00:00
Rhys Arkins
16b3862821
fix(npm): better detect workspace packages (#25692) 2023-11-10 19:29:10 +00:00
Bryan Naegele
3788950167
feat(presets): Add opentelemetry erlang monorepos (#25680) 2023-11-10 16:29:40 +00:00
Leon Grave
235d5127e9
feat(manager/dockerfile): Add syntax statement support (#25530)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
2023-11-10 16:27:15 +00:00
Michael Kriese
0525c3613b
docs: fix one more link (#25688) 2023-11-10 12:47:50 +00:00
Michael Kriese
3023d4700b
docs: more link fixes (#25687) 2023-11-10 11:00:35 +00:00
Michael Kriese
f5cb2c4d5e
docs: fix more links (#25686) 2023-11-10 10:01:46 +00:00
Yun Lai
94fddc0508
fix(host-rules): call set global host rules before init platform (#25521) 2023-11-10 09:38:33 +00:00
Michael Kriese
f9d1cade08
fix(git): use semver and update simple-git import (#25684) 2023-11-10 09:26:25 +00:00
Michael Kriese
7d2a3018d9
fix(containerbase): remove circular datasource import (#25685) 2023-11-10 08:39:49 +00:00
Sergei Zharinov
b1023296da
refactor(hex): Datasource schema validation (#25009) 2023-11-10 07:55:37 +00:00
Sergei Zharinov
9a55d753f9
feat(onboarding): Semantic onboarding PR (#25666) 2023-11-10 06:35:42 +00:00
renovate[bot]
e9a2da0dfa
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.24.0 (#25678)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-10 01:34:22 +00:00
Matt Travi
f4f7a899ae
feat(rollup-plugin-json-replacement): add the rename to @rollup/plugin-json (#25674) 2023-11-09 20:08:59 +00:00
sommmen
d38ad34324
feat(presets): Add google-api-dotnet-client (#25523) 2023-11-09 07:49:34 +00:00
renovate[bot]
9e9af9f285
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.14 (#25655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-08 19:56:46 +00:00
Rhys Arkins
a4a8121bce
fix(bazel): use bazel-module versioning for bazel datasource (#25649) 2023-11-08 15:42:36 +00:00
RahulGautamSingh
79556f4ecb
refactor(enabled-managers): implement custom.<customMgrName> syntax (#24079)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-08 13:13:26 +00:00
HonkingGoose
f1fa4c1e3a
feat(default presets): remove default:onlyNpm preset, improve descriptions (#25644) 2023-11-08 12:38:18 +00:00
Sebastian Poxhofer
d10dcff495
refactor(custom/datasource): prepare for additional format types (#25640) 2023-11-08 06:05:22 +00:00
renovate[bot]
6b462373ed
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.13 (#25633)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-07 17:12:54 +00:00
renovate[bot]
e5cbbaaf09
build(deps): update dependency prettier to v3 (#23627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2023-11-07 17:12:01 +00:00
Sergei Zharinov
b69416ce17
refactor(prettier): Force trailing commas (#25631) 2023-11-07 15:50:29 +00:00
bri becker
0882bec330
feat(pr): expandCodeOwnersGroups (#25317)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-07 09:21:04 +00:00
Daniel de Cloet
a61e45b55d
fix(terraform): Adjust terraform ziphash fetching to mitigate caching issue (#25626) 2023-11-07 09:08:17 +00:00
renovate[bot]
5a5244abb2
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.12 (#25619)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-06 19:48:05 +00:00
Maxime Brunet
65dc3351e0
feat(presets): add extractVersion to regex managers (#25591) 2023-11-06 16:22:05 +00:00
Maxime Brunet
5674887988
feat(kustomize): support image digest pinning in newTag (#25596) 2023-11-06 16:09:43 +00:00
Sergei Zharinov
d82ff3659f
fix: Use toml-eslint-parser instead of @iarna/toml (#25594)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-06 15:34:52 +00:00
Sergei Zharinov
e7028951d0
fix(yarn): Don't parse empty yarnrc files (#25609) 2023-11-06 16:28:06 +01:00
RahulGautamSingh
4231b1ae09
feat: predictible json/json5 handling (#24612)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-06 10:30:11 +00:00
Rain
3935e2eb16
feat(presets): add hickory-dns and trust-dns monorepos (#25593) 2023-11-06 07:07:22 +00:00
Ілля Мазуряк
f70f0c82be
feat(changelogs): Migrate fetchReleaseNotes to fetchChangeLogs (#25364)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-05 18:32:59 +00:00
Erwan Finot
b89c37033b
feat(manager/git-submodules): Support for special branch value . (#25507)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-04 13:28:33 +00:00
RahulGautamSingh
32340dbc47
feat(config): validate reconfigure branch (#24699)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-03 13:31:49 +00:00
HonkingGoose
9007931190
chore: capitalize Dependency Dashboard in docs and config option description (#25569) 2023-11-03 12:53:16 +00:00
Sebastian Poxhofer
31988947b4
fix(manager/ansible-galaxy): handle collections with http git references (#25568) 2023-11-03 09:02:26 +00:00
renovate[bot]
337bc40c53
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.11 (#25566)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-03 03:30:24 +00:00
renovate[bot]
52474c0493
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.10 (#25559)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-11-02 19:21:39 +00:00
Isawan Millican
0a9945e500
feat: add AWS SDK monorepo preset (#25508) 2023-11-02 12:49:10 +00:00
Sergei Zharinov
a7faacc027
fix(terraform): Reduce constraints changes in lockfiles (#25430)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-11-02 12:46:16 +00:00
Victor Sollerhed
0db0bf03df
feat(manager/asdf): support asdf-plugin-manager (#25539) 2023-11-01 17:27:32 +00:00
Victor Sollerhed
21632272f2
feat(manager/asdf): support sbt (#25541) 2023-11-01 17:20:34 +00:00
Victor Sollerhed
e1f0c162fb
feat(manager/asdf): support vault (#25542) 2023-11-01 17:19:49 +00:00
Jeldrik Hanschke
e0f9266a50
feat(manager/npm): Optimize npm dedupe option (#25466)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-11-01 16:15:17 +00:00
Victor Sollerhed
837c8850d8
feat(manager/asdf): support github-cli (#25525) 2023-11-01 11:31:13 +00:00
Chuck Grindel
40b15b0b5c
fix(datasource/bazel): use registryStrategy=hunt (#25520) 2023-11-01 10:51:35 +00:00
Victor Sollerhed
25292f0eae
feat(manager/asdf): add support for java semeru and semeru-jre (#25063)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-11-01 09:32:57 +00:00
Rhys Arkins
00ddca08b0
fix(autodiscover): minimatch repos with leading dots (#25516) 2023-11-01 07:55:23 +00:00
Ілля Мазуряк
d72b4c3f80
feat(datasources/custom): make customDatasources mergeable (#25519) 2023-11-01 07:48:13 +00:00
Simon Bäurle
5d9296e0b9
fix(manager/nuget): Enforce basic authentication for NuGet restore command (#25502) 2023-10-31 16:15:18 +00:00
Rhys Arkins
4850110f36
fix(versionCompatibility): support digest updates (#25518) 2023-10-31 13:55:24 +00:00
Philip
bece5a1c50
refactor(errors): massaging validation messages before we assign it (#25452)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-31 13:46:55 +00:00
Yun Lai
bdabe43094
feat(hostRules): support https options and platform in host rules from env (#25015)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-31 13:04:30 +00:00
renovate[bot]
e231ab8804
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.9 (#25510)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-31 04:47:05 +00:00
Sergei Zharinov
bb0a2d30cc
fix(rubygems): Ensure consistency between versions and metadata (#25127)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-30 13:37:56 +00:00
Daniel de Cloet
16be3cf659
feat(terraform): Fetch ziphash for lock refreshes (#25059)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-30 08:59:21 +00:00
Sebastian Poxhofer
50e3f82a36
fix(workers/branchName): template groupName before slugging (#25490) 2023-10-29 17:59:17 +00:00
Rhys Arkins
09c2a6a2bb
build(deps): update re2 to 1.20.5 (#25483) 2023-10-29 06:18:32 +00:00
Johannes Feichtner
a57cdfdb85
feat(manager/gradle): add support for Kotlin import directives (#25486) 2023-10-28 21:53:31 +00:00
Sergei Zharinov
60d2b5f622
test(terraform): Test lockfile updates with codeBlock instead of snapshots (#25485) 2023-10-28 21:35:16 +00:00
Rhys Arkins
afb2a3dbb0
fix(gomod): support updating semver go directive (#25479) 2023-10-28 15:57:51 +02:00
renovate[bot]
074e516d39
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.8 (#25481)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-28 10:12:54 +00:00
Rhys Arkins
c39e67faf3 fix(repology): set requests per second 2023-10-27 12:06:58 +02:00
Rhys Arkins
a4528c98ea chore: fix eslint 2023-10-27 12:06:12 +02:00
Pieter Willekens
5ab45e8ed2
feat(presets): add tamagui monorepo (#25463) 2023-10-27 07:42:54 +00:00
Danek Duvall
ddbce7defa
fix(nuget): gracefully accept a lack of a PackageBaseAddress resource (#25355) 2023-10-26 18:18:11 +00:00
renovate[bot]
3df10279cd
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.7 (#25453)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 15:51:40 +00:00
renovate[bot]
35dd6be9c0
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.6 (#25442)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-26 06:22:27 +00:00
Nicolas Ménard
91fdebd7b1
feat(jenkins-plugins): Add support for custom registries (#25358)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-25 09:03:04 +00:00
Michael Kriese
39005855a9
fix(manager/nuget): add source mappings for default registry (#25400) 2023-10-25 07:26:32 +00:00
Dylan Owen
4753eb0ae2
feat(versioning/gradle): Support Gradle prefix versions (#25379) 2023-10-25 05:10:23 +00:00
Rhys Arkins
042b44cfbf
fix(github): make automatic hostRules opt-in experimental (#25361) 2023-10-24 09:34:19 +00:00
Rhys Arkins
3c8bacc238 chore: fix coverage 2023-10-24 11:25:30 +02:00
HonkingGoose
18e578b71e
fix: monospace version in ignoreOther PR close comment (#25333) 2023-10-23 10:07:10 +00:00
renovate[bot]
3918a30689
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.5 (#25341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-23 01:39:32 +00:00
electriquo
5503c93094
fix(pyenv-manager): do not pin digests (#25327) 2023-10-20 17:27:54 +00:00
Craig Andrews
4acde250c5
feat(presets): update java LTS workaround to include liberica (#25285)
Signed-off-by: Craig Andrews <candrews@integralblue.com>
2023-10-20 16:47:16 +00:00
Craig Andrews
ced528f191
feat(presets): update java LTS workaround to include Azul Zulu (#25286)
Signed-off-by: Craig Andrews <candrews@integralblue.com>
2023-10-20 15:24:23 +00:00
RahulGautamSingh
08c0969913
refactor: replace hasha.fromStream with new fn hashStream (#25046) 2023-10-20 07:49:09 +00:00
Rhys Arkins
b565ee32d4
feat(autodiscover): improve logging/visibility (#25304) 2023-10-20 05:52:24 +00:00
Sergei Zharinov
f19eff92ce
fix(github): Reconcile entire GraphQL pages (#25311) 2023-10-20 05:47:21 +00:00
JuJup
58cc2c0737
feat(presets): add okhttp to monorepo presets (#25297) 2023-10-19 14:30:54 +00:00
Wessel Terpstra
65a69d5829
feat(nuget): adds package source mapping and generate cached NuGet.config without CLI commands (#25052)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-17 20:58:59 +00:00
Florian Greinacher
115e9dce81
fix(config): make force option mergeable (#25256) 2023-10-17 14:22:11 +00:00
Sebastian Poxhofer
650adbd8ce
fix(datasource/galaxy): difference between v1 API on old implementation and new (#25257) 2023-10-17 13:04:00 +00:00
Rhys Arkins
59d0149200
fix: Revert "feat: compare all branch authors when deciding if a branch is modified" (#25254) 2023-10-17 13:35:20 +02:00
Rhys Arkins
68ca88af52
refactor(bun): extract res type 2023-10-17 12:03:56 +02:00
Alex Kessock
c2cb93ce44
feat: compare all branch authors when deciding if a branch is modified (#21558)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-17 08:45:53 +00:00
Rhys Arkins
b21827dac8
feat(github): set package registry credentials automatically (#25214)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-10-17 06:58:08 +00:00
Sergei Zharinov
74fad130e1
refactor(packagist): Remove confusing schema error (#25243) 2023-10-17 05:55:21 +00:00
Sebastian Poxhofer
4a8860f1eb
feat(datasource/galaxy): use schema validation and migrate to new hostname (#25216) 2023-10-16 16:57:45 +00:00
Jonathan Berthias
98dccfffbc
feat(manager/pep621): support hatch environments (#25211)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-16 15:44:48 +00:00
Andreas Hippler
270e296446
test(npm): remove snapshot for does not set registryUrls for non-npmjs test (#25226) 2023-10-16 09:10:42 +00:00
Jack
97f3f0d571
feat(changelog): improve release detection (#25050)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
2023-10-16 08:33:20 +00:00
max
d53bc5335b
feat(monorepo): add web3-react monorepo (#25200) 2023-10-16 07:04:44 +00:00
Alessandro Manno
f549a868fd
fix(platform/gitlab): double pipelines issue (#24500)
Co-authored-by: Sergei Zharinov <zharinov@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-16 06:58:23 +00:00
Rhys Arkins
2d175cbccb
docs: rename github index.md to readme.md 2023-10-16 08:49:21 +02:00
Rhys Arkins
73ea51f461
docs: rename platform index.md to readme.md (#25215) 2023-10-15 10:32:02 +00:00
Chris van der Pennen
ac15e23739
fix(nuget): Sort api response before picking projectUrl (#23090)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-10-15 08:12:02 +00:00
Rhys Arkins
d03ef92689
fix(codecommit): don’t use revisionId as sha 2023-10-15 09:49:04 +02:00
Koen van Zuijlen
080d642593
feat(datasource/maven): Add Artifact Registry support via Google ADC (#24657)
Co-authored-by: Johannes Feichtner <343448+Churro@users.noreply.github.com>
2023-10-15 06:29:29 +00:00
Bryan Lee
526ebe697e
fix(manager/npm): use --config.ignore-scripts=true for pnpm dedupe (#25210) 2023-10-15 05:47:46 +00:00
Leonardo Rocha
805e727af5
fix(gradle): add dependency-verification to gradle commands (#25195)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-15 05:46:07 +00:00
Rhys Arkins
3609cddbbe
fix(pnpm): Revert "feat(manager/npm): ignore scripts for pnpmDedupe" (#25208) 2023-10-14 10:56:57 +00:00
renovate[bot]
dfa3f166fc
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.4 (#25205)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-14 04:37:44 +00:00
Silvestre Zabala
9c8e6accbe
feat(go): Add support for Go host code.cloudfoundry.org (#25173) 2023-10-13 18:31:41 +00:00
renovate[bot]
df273f79c4
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.3 (#25199)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-13 15:29:42 +00:00
renovate[bot]
fad3d9f6c0
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.2 (#25192)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-13 12:32:57 +00:00
Sebastian Poxhofer
6fb6c9cf7a
fix(datasource/galaxy): use new hostname for existing API implementation (#25191) 2023-10-13 12:19:50 +00:00
Sebastian Hoß
d7baafaf14
fix(config/presets): exclude docker.io/calico/node from Node.JS group (#25186)
Signed-off-by: Sebastian Hoß <seb@xn--ho-hia.de>
2023-10-13 11:11:19 +00:00
renovate[bot]
bc44aea6a0
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.1 (#25183)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-12 21:13:35 +00:00
Robert Munteanu
21510c1a47
feat(presets): add tika monorepo (#25179) 2023-10-12 20:58:22 +00:00
renovate[bot]
40ac4ed38b
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.23.0 (#25180)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-12 17:26:09 +00:00
Kakadus
63fbc7680e
feat(poetry): perform git login (#25178) 2023-10-12 17:09:55 +00:00
Callum Loh
91fa40a4ca
feat: Add support for ubuntu dated container image tags (#25060)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-12 15:19:11 +00:00
Martin Herndl
8140f8b11a
feat(presets): add php-mock packages to phpUnitTest preset (#25176) 2023-10-12 14:38:35 +00:00
Jan Philipp Gölz
21ea92dd4e
feat(presets): update java LTS workaround to include v21 (#25175) 2023-10-12 13:54:42 +00:00
Rhys Arkins
5dcfb93e6f
fix(pre-commit): use detectPlatform for self-hosted github, gitlab (#25162) 2023-10-12 11:02:38 +00:00
renovate[bot]
4215ee2840
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.21.0 (#25165)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-12 10:15:45 +00:00
Andreas Hippler
e33def6ba3
fix(yarn): do not set registryUrls from yarnrc on non-npm dependencies (#25146) 2023-10-11 19:25:47 +00:00
Eric Bissonnette
9395a12cf4
docs(azure): Improve permissions text (#25071)
Co-authored-by: Eric Bissonnette <ebissonnette@GENETEC.COM>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-10-11 15:50:06 +00:00
Rhys Arkins
b7d1f0f64f
fix(platform/github): sort config hostRules before platform (#25135) 2023-10-11 13:09:21 +00:00
Alessandro Lai
f31c0883c7
feat(presets): Add PHP test packages to default unitTest group (#25073) 2023-10-10 13:56:05 +00:00
Rein Achten
95076df302
fix: deep merge config and platformInfo to avoid losing hostRules (#25116)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-10 11:14:07 +00:00
renovate[bot]
20d6c00044
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.20.11 (#25117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-10 10:19:22 +00:00
Patrick Schratz
61b16c60aa
feat(woodpecker): support services: key (#25111) 2023-10-10 10:14:22 +00:00
Rhys Arkins
22709f43f0
feat(github): automatic ghcr.io auth when using github.com (#25017)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-10-09 20:41:19 +00:00
Sergei Zharinov
58852512f0
refactor(changelog): Remove snapshots from releases tests (#25105) 2023-10-09 16:46:48 +00:00
Rhys Arkins
5371266cac
feat: improved warning markdown (#25103) 2023-10-09 15:13:28 +00:00
Rhys Arkins
a268816a88
refactor(host-rules): log hostType (#24939) 2023-10-09 10:32:56 +00:00
Michael Kriese
a6580a6925
fix(changelogs): wrong release url (#25097) 2023-10-09 10:21:18 +00:00
Bryan Lee
0d758a3d0e
feat(manager/npm): ignore scripts for pnpmDedupe (#24505)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-09 09:49:05 +00:00
Rhys Arkins
128f7475fb
refactor(http): set timeout implicitly, not through hostRules (#24938) 2023-10-09 09:39:26 +00:00
Rhys Arkins
405ec17022
fix(nix): Allow nixpkgs with no ref (#25068) 2023-10-08 14:18:34 +01:00
Alessandro Lai
3c0f71d1e3
feat(presets): map PHP linters in default linters group (#25072)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2023-10-08 03:05:00 +00:00
Rhys Arkins
4288293eec
fix(github): loosen bulk changes error detection
Fixes #24490
2023-10-07 07:56:59 +02:00
Alexander Schaber
89c3eaea53
docs(versioning:regex): add docker.io/bitnami/ to existing list of … (#25083) 2023-10-07 04:50:01 +00:00
Matt Travi
5d9d44b5af
feat(npm-run-all-replacement): use maintenance fork of npm-run-all (#25085) 2023-10-07 04:42:30 +00:00
Lori
0f013cc10e
refactor: add servicesIndexRaw content in case catch block is called during getResourceUrl (#25069) 2023-10-06 18:16:09 +00:00
Rhys Arkins
6ec9d1d62a
fix(templating): allow category field (#25075) 2023-10-06 11:34:21 +02:00
Rhys Arkins
0c5df8ec46
fix(npm): re-enable lock file maintenance (#25045) 2023-10-05 07:12:34 +00:00
Sergei Zharinov
e50499762b
fix(go): Ignore mod type of go-import header (#25039) 2023-10-04 18:53:04 +00:00
Colin O'Dell
3758782449
feat(terraform-module): always use 'source' as sourceUrl when available (#25008)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
2023-10-04 13:48:32 +00:00
Colin O'Dell
6aaf8df9f2
chore(lookup): include package name in warning message (#24998) 2023-10-04 05:03:18 +00:00
Sebastian Poxhofer
b73cf032d2
chore: allow null value and undefined for validateURL (#25014) 2023-10-04 04:48:58 +00:00
Yun Lai
4670e3b7f9
fix: add httpsCertificate, httpsPrivateKey and httpsCertificateAuthority into redactedFields (#25013) 2023-10-04 03:55:08 +00:00
Jamie Tanna
adca94e964
refactor: remove duplicate dependency names in warning (#24992) 2023-10-03 12:54:18 +00:00
Valentin Maerten
3c592a236c
feat(cargo): support private crate (#24704)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-03 12:52:55 +00:00
Jamie Tanna
2a548e795c
fix: Correct variable interpolation in error message (#24991) 2023-10-03 11:11:55 +00:00
Peter Svensson
6f4c389904
feat: support extracting buildkite plugins from Bitbucket Cloud (#24980)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2023-10-03 10:08:17 +00:00
Rhys Arkins
b66df6eb2e
fix(package-rules): matchCurrentVersion with null versioning (#24965) 2023-10-03 06:18:27 +00:00
renovate[bot]
be9d896021
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v9.20.8 (#24962)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-10-02 16:13:21 +00:00
Rhys Arkins
e6fdecdf43
fix(versionCompatibility): fix compatibility suffix (#24954) 2023-10-02 13:36:04 +00:00
Rhys Arkins
1b70c42ece
refactor(types): optional newValue (#24953) 2023-10-02 15:15:26 +02:00
HonkingGoose
45ca2cfd88
chore: improve descriptions (#24946) 2023-10-02 10:15:54 +00:00
Rhys Arkins
42b3a7c046
feat: versionCompatibility (#24717) 2023-10-02 09:55:01 +00:00
Sergei Zharinov
d847715d2c
refactor(helm): More idiomatic schema usage (#24934) 2023-10-02 04:56:00 +00:00
Sergei Zharinov
e32490787d
feat(schema-utils): Add MultidocYaml helper (#24933) 2023-10-01 18:32:38 +00:00