Commit graph

2295 commits

Author SHA1 Message Date
renovate[bot]
161a9d8c12
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.1.2 (#30413)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-27 04:51:31 +00:00
renovate[bot]
2e0c28791c
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11.1.1 (#30402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-26 13:44:37 +00:00
Michael Kriese
4da584a9a2
fix(package-rules): wrong prefix match glob (#30394) 2024-07-26 08:31:23 +00:00
Sebastian Poxhofer
442a31c520
fix(config/migration): migrate wildcard patterns for matchPackagePatterns (#30382) 2024-07-25 16:59:53 +00:00
RahulGautamSingh
779be77016
refactor: include parentKey in migration logic (#30364)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-07-25 14:04:32 +00:00
renovate[bot]
46f035722a
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v11 (#30357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-25 15:28:42 +02:00
RahulGautamSingh
bb6c27faf8 feat(github): convert platformCommit to enum (#29156)
BREAKING CHANGE: platformCommit will be automatically enabled if running as a GitHub app
2024-07-25 15:28:16 +02:00
RahulGautamSingh
2c1349889d fix(presets): replace matchPackagePrefix/Patterns with matchPackageNames (#29159) 2024-07-25 15:28:16 +02:00
RahulGautamSingh
cf29c33809 feat(logging)!: drop logFile and logFileLevel (#29104)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-07-25 15:28:16 +02:00
Rhys Arkins
879f7cc212 feat(packageRules): migrate matchers and excludes (#28602)
Co-authored-by: Sebastian Poxhofer <secustor@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-07-25 15:28:16 +02:00
Rhys Arkins
23eb2dec84 feat(npm)!: remove RENOVATE_CACHE_NPM_MINUTES (#28715) 2024-07-25 15:28:16 +02:00
RahulGautamSingh
c6c4572ecb feat(logging)!: initialize file logging via env (#28104)
Closes #14705

BREAKING CHANGE: File logging must now be set via env and not in config.js
2024-07-25 15:28:16 +02:00
RahulGautamSingh
0c500f52f2 feat(config)!: change onboardingNoDeps from boolean to enum (#28133)
Change onboardingNoDeps from boolean to enum, with new default "auto". Auto means that Renovate will continue skipping repos with no dependencies if autodiscover is in use, but onboarding them if they are explicitly specified in a non-autodiscover mode.

Closes #28101

BREAKING CHANGE: onboardingNoDeps changes from boolean to enum. Repositories with no dependencies will be onboarded unless in autodiscover mode.
2024-07-25 15:28:16 +02:00
Rhys Arkins
b05f389c63 feat(npm)!: drop transitiveRemediation option (#27985)
This option only worked for npm <7, which is now EOL.

BREAKING CHANGE: Transitive remediation for npm <7 is no longer supported.
2024-07-25 15:28:16 +02:00
Tom Cammann
33b1cdb85c fix(config)!: Use depNameSanitized in branch name for vulnerability alerts (#25166)
Use sanitized depName in vulnerability/remediation branches instead of raw depName. This will result in some open remediation branches being autoclosed and replaced for ecosystems like go in particular which have special characters in depNames.

BREAKING CHANGE: Branch names for remediation will be sanitized to exclude special characters, potentially resulting in some autoclosing/replacing of existing PRs.
2024-07-25 15:28:16 +02:00
RahulGautamSingh
c219c8f4f9
docs: fix changelogUrl description (#30305)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-07-23 06:05:02 +00:00
renovate[bot]
e286902281
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.16.0 (#30309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-22 16:49:40 +00:00
RahulGautamSingh
d814d1e18c
refactor(lib/data): replacements (#30259)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-07-22 09:47:16 +00:00
Rhys Arkins
b6b85eb69e
feat(package-rules): set skipStage (#30264) 2024-07-21 10:29:13 +00:00
renovate[bot]
1a1e1acc23
chore(deps): update dependency typescript to v5.5.3 (#29906)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: secustor <sebastian@poxhofer.at>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-07-20 20:38:33 +00:00
renovate[bot]
b5428416fb
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.15.6 (#30276)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-20 19:16:52 +00:00
Rhys Arkins
444a1119ae
fix(presets): do not pin pyenv docker (#30270) 2024-07-20 17:18:00 +00:00
renovate[bot]
be0bd3d63e
build(deps): update dependency prettier to v3.3.3 (#30272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-07-20 16:51:43 +00:00
RahulGautamSingh
3384e68be5
refactor(lib/data): monorepo (#30210)
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-07-19 21:51:06 +00:00
Rebecca
8a5e291b17
feat(presets): group flyway dependencies (add to 'recommended') (#30248) 2024-07-19 12:08:22 +00:00
Naoki Ikeguchi
1b3cc583b5
feat(presets): Add pothos as a monorepo (#30196)
Signed-off-by: Naoki Ikeguchi <me@s6n.jp>
2024-07-16 07:33:10 +00:00
renovate[bot]
ef1cae709b
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.15.5 (#30186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-15 10:48:30 +00:00
Dean Lindqvist Todevski
5f21e17398
feat(gomod): Add gomodSkipVendor postUpdateOption (#30025)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-07-10 21:29:12 +00:00
renovate[bot]
43e6b4d46e
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.15.3 (#30110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-10 04:02:10 +00:00
Pratik Gupta
5ce4999e4c
refactor: extends doc migration (#30065) 2024-07-06 18:07:18 +00:00
Sergei Zharinov
8fc2a7bdb2
feat: Add cachePrivatePackages global config option (#30045) 2024-07-04 19:57:26 +00:00
RahulGautamSingh
b8b760768d
feat(hostRules/matchHost): massage and validate (#29487)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
2024-06-28 07:20:00 +00:00
renovate[bot]
604690479d
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.12.0 (#29908)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-27 22:05:58 +00:00
RahulGautamSingh
b6d2c4bb32
refactor: remove old code related to deprecationWarningIssues (#29743) 2024-06-24 08:24:01 +00:00
Johannes Feichtner
5c0b1e19e9
fix(config/presets): correct security-only preset matcher (#29801) 2024-06-22 04:02:42 +00:00
Alexander Kachkaev
2d2880ab4b
feat(presets): Add radix-ui/primitives monorepos (#29794) 2024-06-21 13:38:21 +00:00
Risu
61a9a4185f
feat(presets): add cspell monorepo (#29758) 2024-06-19 09:02:53 +00:00
Philipp Stehle
3b56439860
feat(presets/custom-managers): Add Makefile custom manager preset (#29713) 2024-06-18 11:47:06 +00:00
renovate[bot]
ec82850269
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.11.7 (#29722)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-17 11:27:22 +00:00
Birger J. Nordølum
b07f8bc20f
feat(replacements): add opencost from quay.io to ghcr.io (#29611)
Signed-off-by: Birger J. Nordølum <contact@mindtooth.no>
2024-06-14 06:11:00 +00:00
renovate[bot]
0d8d1a15f8
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.11.6 (#29667)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-14 00:04:51 +00:00
renovate[bot]
0dd81f84bf
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.11.5 (#29657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 13:38:19 +00:00
renovate[bot]
19f0a839fa
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.11.4 (#29639)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-13 04:58:00 +00:00
Rhys Arkins
49b1402058
fix(devcontainer): do not pin digests with docker:pinDigests (#29621) 2024-06-12 11:25:10 +00:00
Rhys Arkins
05e62c421f
fix(config): allow constraints anywhere (#29533) 2024-06-11 20:57:30 +00:00
uncenter
c21e78f08a
feat(presets): add monorepo shiki (#29609) 2024-06-11 17:58:03 +00:00
Birger J. Nordølum
f98e4dd5d4
fix(presets): add new opencost-ui to opencost monorepo (#29547) 2024-06-11 12:07:58 +02:00
renovate[bot]
56766bb839
fix(deps): update ghcr.io/containerbase/sidecar docker tag to v10.11.3 (#29568)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-10 09:34:20 +00:00
ndtashildar
c552ba9417
refactor: Renamed monorepo.ts file to monorepos.ts (plural) (#29526) 2024-06-10 09:22:04 +00:00
Jordan Harband
f6a6a81427
feat(replacements): add airbnb-prop-types-to-prop-types-tools (#29329)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
2024-06-10 07:46:47 +00:00