Skip to content

Configure Renovate

Ghost User请求将renovate/configure合并到main

Welcome to Renovate! This is an onboarding MR to help you understand and configure settings before regular Merge Requests begin.

🚦 To activate Renovate, merge this Merge Request. To disable Renovate, simply close this Merge Request unmerged.


Detected Package Files

  • .github/workflows/build.yml (github-actions)
  • .github/workflows/codecov.yml (github-actions)
  • .github/workflows/goreleaser.yml (github-actions)
  • .github/workflows/issue-auto-reply.yml (github-actions)
  • .github/workflows/issue-close-question.yml (github-actions)
  • .github/workflows/lint.yml (github-actions)
  • .github/workflows/pr-check-title.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • .gitlab-ci.yml (gitlabci)
  • go.mod (gomod)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding MR is merged
  • Show all Merge Confidence badges for pull requests.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Merge Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

With your current configuration, Renovate will create 4 Merge Requests:

fix(deps): update module github.com/goravel/framework to v1.12.7
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-goravel-framework-1.x
  • Merge into: main
  • Upgrade github.com/goravel/framework to 125b4f6d3e8f7522fa8751192537b0a57c70685f
fix(deps): update module github.com/iancoleman/strcase to v0.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-iancoleman-strcase-0.x
  • Merge into: main
  • Upgrade github.com/iancoleman/strcase to v0.3.0
fix(deps): update module github.com/imroc/req/v3 to v3.40.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-imroc-req-v3-3.x
  • Merge into: main
  • Upgrade github.com/imroc/req/v3 to v3.40.1
fix(deps): update module golang.org/x/crypto to v0.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/golang.org-x-crypto-0.x
  • Merge into: main
  • Upgrade golang.org/x/crypto to v0.12.0

🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.


Dependency Lookup Warnings

Please correct - or verify that you can safely ignore - these lookup failures before you merge this MR.

  • Failed to look up go package golang.org/x/exp

Files affected: go.mod


Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.


This MR has been generated by Renovate Bot.

合并请求报告

加载中