chore(deps): update ghcr.io/renovatebot/renovate docker tag to v38 #511

Merged
renovate-bot merged 1 commits from renovate/ghcr.io-renovatebot-renovate-38.x into master 2024-07-25 14:01:57 +00:00
Owner

This PR contains the following updates:

Package Type Update Change
ghcr.io/renovatebot/renovate (source) container major 37.440.7 -> 38.0.0

Release Notes

renovatebot/renovate (ghcr.io/renovatebot/renovate)

v38.0.0

Compare Source

⚠ BREAKING CHANGES
  • bitbucket-server: autodetect gitAuthor if possible (#​29525)
  • require node v20 (#​30291)
  • http: dnsCache is now removed
  • github: platformCommit will be automatically enabled if running as a GitHub app
  • npm: remove RENOVATE_CACHE_NPM_MINUTES (#​28715)
  • git: determine branch modification based on all branch commits (#​28225)
  • packageRules: matchPackageNames exact matches are now case-insensitive
  • datasource/docker: Docker Hub lookups prefer hub.docker.com over index.docker.io. Set RENOVATE_X_DOCKER_HUB_TAGS_DISABLE=true in env to revert behavior.
  • package-rules: matchPackageNames and related functions no longer fall back to checking depName.
  • logging: File logging must now be set via env and not in config.js
  • config: onboardingNoDeps changes from boolean to enum. Repositories with no dependencies will be onboarded unless in autodiscover mode.
  • npm: Transitive remediation for npm <7 is no longer supported.
  • config: Branch names for remediation will be sanitized to exclude special characters, potentially resulting in some autoclosing/replacing of existing PRs.
  • Renovate docker images no longer have -slim tags. Drop the -slim prefix as this is now the default behavior.
  • gitea: Gitea platfor authentication will now be done using Bearer auth instead of token auth.
  • manager/pep621: depName for pep621 dependencies changes, which will lead to branch name changes, which will lead to some autoclosing and reopening of PRs.
  • config: order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence.
Features
Bug Fixes
Miscellaneous Chores
Code Refactoring
Tests
Build System

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ghcr.io/renovatebot/renovate](https://renovatebot.com) ([source](https://github.com/renovatebot/renovate)) | container | major | `37.440.7` -> `38.0.0` | --- ### Release Notes <details> <summary>renovatebot/renovate (ghcr.io/renovatebot/renovate)</summary> ### [`v38.0.0`](https://github.com/renovatebot/renovate/releases/tag/38.0.0) [Compare Source](https://github.com/renovatebot/renovate/compare/37.440.7...38.0.0) ##### ⚠ BREAKING CHANGES - **bitbucket-server:** autodetect gitAuthor if possible ([#&#8203;29525](https://github.com/renovatebot/renovate/issues/29525)) - require node v20 ([#&#8203;30291](https://github.com/renovatebot/renovate/issues/30291)) - **http:** dnsCache is now removed - **github:** platformCommit will be automatically enabled if running as a GitHub app - **npm:** remove RENOVATE_CACHE_NPM_MINUTES ([#&#8203;28715](https://github.com/renovatebot/renovate/issues/28715)) - **git:** determine branch modification based on all branch commits ([#&#8203;28225](https://github.com/renovatebot/renovate/issues/28225)) - **packageRules:** matchPackageNames exact matches are now case-insensitive - **datasource/docker:** Docker Hub lookups prefer hub.docker.com over index.docker.io. Set RENOVATE_X_DOCKER_HUB_TAGS_DISABLE=true in env to revert behavior. - **package-rules:** matchPackageNames and related functions no longer fall back to checking depName. - **logging:** File logging must now be set via env and not in config.js - **config:** onboardingNoDeps changes from boolean to enum. Repositories with no dependencies will be onboarded unless in autodiscover mode. - **npm:** Transitive remediation for npm <7 is no longer supported. - **config:** Branch names for remediation will be sanitized to exclude special characters, potentially resulting in some autoclosing/replacing of existing PRs. - Renovate docker images no longer have -slim tags. Drop the -slim prefix as this is now the default behavior. - **gitea:** Gitea platfor authentication will now be done using Bearer auth instead of token auth. - **manager/pep621:** depName for pep621 dependencies changes, which will lead to branch name changes, which will lead to some autoclosing and reopening of PRs. - **config:** order of globalExtends resolution is changed so that it is applied first and remaining global config takes precedence. ##### Features - **bitbucket-server:** autodetect gitAuthor if possible ([#&#8203;29525](https://github.com/renovatebot/renovate/issues/29525)) ([716c8cf](https://github.com/renovatebot/renovate/commit/716c8cf1752dafe0942361b8e785f96ed5396330)) - **config:** \* pattern matches everything ([#&#8203;28556](https://github.com/renovatebot/renovate/issues/28556)) ([219108d](https://github.com/renovatebot/renovate/commit/219108d580a1afdcc8c9a05b66b098dd2c0f05c1)) - **config:** change onboardingNoDeps from `boolean` to `enum` ([#&#8203;28133](https://github.com/renovatebot/renovate/issues/28133)) ([0c500f5](https://github.com/renovatebot/renovate/commit/0c500f52f2f3615acc616cd1f5665880d27f8ac4)), closes [#&#8203;28101](https://github.com/renovatebot/renovate/issues/28101) - **datasource/docker:** prefer hub.docker.com over index.docker.io for tag lookups ([#&#8203;28400](https://github.com/renovatebot/renovate/issues/28400)) ([adcffd2](https://github.com/renovatebot/renovate/commit/adcffd2b6bc4ae83eeffff2941733848043e54b0)), closes [#&#8203;24666](https://github.com/renovatebot/renovate/issues/24666) - **deps:** update ghcr.io/renovatebot/base-image docker tag to v7 ([#&#8203;30373](https://github.com/renovatebot/renovate/issues/30373)) ([77c0266](https://github.com/renovatebot/renovate/commit/77c02660919bb060a3acad6fec248c71885b582f)) - **git:** determine branch modification based on all branch commits ([#&#8203;28225](https://github.com/renovatebot/renovate/issues/28225)) ([03919bb](https://github.com/renovatebot/renovate/commit/03919bbfef75da92d5370deca3e1aa915c6a0d69)) - **gitea:** use `Bearer` instead of `token` for auth ([#&#8203;28308](https://github.com/renovatebot/renovate/issues/28308)) ([a3e29a0](https://github.com/renovatebot/renovate/commit/a3e29a092d4175fe41828e043b72b02b4cb9062b)) - **github:** convert `platformCommit` to enum ([#&#8203;29156](https://github.com/renovatebot/renovate/issues/29156)) ([bb6c27f](https://github.com/renovatebot/renovate/commit/bb6c27faf84022401f8aa4edd3218feadeeed3b4)) - **http:** remove `dnsCache` option ([#&#8203;29449](https://github.com/renovatebot/renovate/issues/29449)) ([2eb7c76](https://github.com/renovatebot/renovate/commit/2eb7c7602714624eb6a5f9984b4bce9f764dfd19)) - **logging:** drop `logFile` and `logFileLevel` ([#&#8203;29104](https://github.com/renovatebot/renovate/issues/29104)) ([cf29c33](https://github.com/renovatebot/renovate/commit/cf29c338090a09cf209f772cd18f28943f4a9f7a)) - **logging:** initialize file logging via env ([#&#8203;28104](https://github.com/renovatebot/renovate/issues/28104)) ([c6c4572](https://github.com/renovatebot/renovate/commit/c6c4572ecb45cd57a1f00c178be3d2bf5d64e8e6)), closes [#&#8203;14705](https://github.com/renovatebot/renovate/issues/14705) - **manager/pep621:** remove group name from depName ([#&#8203;28193](https://github.com/renovatebot/renovate/issues/28193)) ([2ad12cc](https://github.com/renovatebot/renovate/commit/2ad12cc84e6a89aa905fde8dc3771276766e90cc)), closes [#&#8203;28131](https://github.com/renovatebot/renovate/issues/28131) - **npm:** drop transitiveRemediation option ([#&#8203;27985](https://github.com/renovatebot/renovate/issues/27985)) ([b05f389](https://github.com/renovatebot/renovate/commit/b05f389c634351713f45cd709ff9f930a03374f1)) - **npm:** remove RENOVATE_CACHE_NPM_MINUTES ([#&#8203;28715](https://github.com/renovatebot/renovate/issues/28715)) ([23eb2de](https://github.com/renovatebot/renovate/commit/23eb2dec846385823e5f9ed1f80b9b5e3c975df6)) - **package-rules:** remove depName fallback ([#&#8203;28548](https://github.com/renovatebot/renovate/issues/28548)) ([3d78ae7](https://github.com/renovatebot/renovate/commit/3d78ae761fbeecc75b72c4dac6efc7e59bda1b9f)) - **packageRules:** migrate matchers and excludes ([#&#8203;28602](https://github.com/renovatebot/renovate/issues/28602)) ([879f7cc](https://github.com/renovatebot/renovate/commit/879f7cc2120f676a0776be90de184e2191fda4e7)) - **packageRules:** support glob/regex patterns for matchPackageNames ([#&#8203;28551](https://github.com/renovatebot/renovate/issues/28551)) ([1e5cf6d](https://github.com/renovatebot/renovate/commit/1e5cf6d07c730f9c345255e6e94edfb90a674d2b)) - **packageRules:** support regex or glob matching for all ([#&#8203;28591](https://github.com/renovatebot/renovate/issues/28591)) ([69dab29](https://github.com/renovatebot/renovate/commit/69dab293f535552fbf89ae0c7c7f328dfe3da4fa)) - prepare for containerbase changes ([#&#8203;29989](https://github.com/renovatebot/renovate/issues/29989)) ([80b0252](https://github.com/renovatebot/renovate/commit/80b02521b568cd48cf873f169cd9651117d097a8)) - stop publishing slim docker tags ([#&#8203;27993](https://github.com/renovatebot/renovate/issues/27993)) ([9b4fb81](https://github.com/renovatebot/renovate/commit/9b4fb814b9dbff631b9ed634a4754bf22c2e817c)) ##### Bug Fixes - **config:** globalExtends merge order ([#&#8203;28145](https://github.com/renovatebot/renovate/issues/28145)) ([e3175a3](https://github.com/renovatebot/renovate/commit/e3175a35579826767a340c53607bde1d1495bd89)), closes [#&#8203;28131](https://github.com/renovatebot/renovate/issues/28131) - **config:** Use `depNameSanitized` in branch name for vulnerability alerts ([#&#8203;25166](https://github.com/renovatebot/renovate/issues/25166)) ([33b1cdb](https://github.com/renovatebot/renovate/commit/33b1cdb85c8e3d3752917774653258772d470055)) - **deps:** update ghcr.io/containerbase/sidecar docker tag to v11 ([#&#8203;30357](https://github.com/renovatebot/renovate/issues/30357)) ([46f0357](https://github.com/renovatebot/renovate/commit/46f035722ae227dd9f3007d8718f3a7865a532ef)) - normalize Python depName in every manager ([#&#8203;27733](https://github.com/renovatebot/renovate/issues/27733)) ([2e78a71](https://github.com/renovatebot/renovate/commit/2e78a7117da87ec84852fd049aa6f3ab8f85a430)) - **presets:** replace `matchPackagePrefix/Patterns` with `matchPackageNames` ([#&#8203;29159](https://github.com/renovatebot/renovate/issues/29159)) ([2c13498](https://github.com/renovatebot/renovate/commit/2c1349889da39c1ea95251eeff5b73d3f938843a)) ##### Miscellaneous Chores - **deps:** update dependency [@&#8203;swc/core](https://github.com/swc/core) to v1.7.0 ([#&#8203;30367](https://github.com/renovatebot/renovate/issues/30367)) ([e93b071](https://github.com/renovatebot/renovate/commit/e93b07170443befaceb2fb58082e564c947ea120)) - **deps:** update dependency [@&#8203;swc/core](https://github.com/swc/core) to v1.7.1 ([#&#8203;30371](https://github.com/renovatebot/renovate/issues/30371)) ([6bad833](https://github.com/renovatebot/renovate/commit/6bad8332c5a72ee6cd867a80adb654aa8595d29a)) - **deps:** update dependency [@&#8203;types/node](https://github.com/types/node) to v20 ([e629b2b](https://github.com/renovatebot/renovate/commit/e629b2b21c2b415836fcf0b4c101695778949eab)) - **deps:** update ghcr.io/containerbase/devcontainer docker tag to v11 ([#&#8203;30368](https://github.com/renovatebot/renovate/issues/30368)) ([3bee6bf](https://github.com/renovatebot/renovate/commit/3bee6bf66b34c4eeb52767ca36079cd19c3237ac)) - **deps:** update github/codeql-action action to v3.25.14 ([#&#8203;30372](https://github.com/renovatebot/renovate/issues/30372)) ([0b9d899](https://github.com/renovatebot/renovate/commit/0b9d899a1ba90f547a1d84861cc8faf7767c396b)) ##### Code Refactoring - **vulnerability-alerts:** move to REST API ([#&#8203;27378](https://github.com/renovatebot/renovate/issues/27378)) ([5ed97aa](https://github.com/renovatebot/renovate/commit/5ed97aa7384f4e2c259917e500427b839569004b)) ##### Tests - update wrong assertion ([#&#8203;28741](https://github.com/renovatebot/renovate/issues/28741)) ([31c6602](https://github.com/renovatebot/renovate/commit/31c660245938ade4fe61e0d4d5e1e0578f207328)) ##### Build System - drop compatibility from docker image ([#&#8203;28588](https://github.com/renovatebot/renovate/issues/28588)) ([8859e64](https://github.com/renovatebot/renovate/commit/8859e644a0021676209a3b3833db891a93bc682f)) - require node v20 ([#&#8203;30291](https://github.com/renovatebot/renovate/issues/30291)) ([09824b1](https://github.com/renovatebot/renovate/commit/09824b1bef8e4bd171c26300afb963fbefe96bd6)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjYuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQyNi40IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot added 1 commit 2024-07-25 14:01:57 +00:00
chore(deps): update ghcr.io/renovatebot/renovate docker tag to v38
All checks were successful
renovate / renovate (push) Successful in 2m4s
b593e38c20
renovate-bot scheduled this pull request to auto merge when all checks succeed 2024-07-25 14:01:57 +00:00
renovate-bot merged commit b593e38c20 into master 2024-07-25 14:01:57 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: renovate-bot/renovate-config#511
No description provided.