Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Configure Renovate #584

Closed
wants to merge 1 commit into from
Closed

chore: Configure Renovate #584

wants to merge 1 commit into from

Conversation

BridgeAR
Copy link
Member

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

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


Detected Package Files

  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/publish.yml (github-actions)
  • .github/workflows/sync.yml (github-actions)
  • .github/workflows/update-nock-files.yml (github-actions)
  • .yarn/sdks/eslint/package.json (npm)
  • .yarn/sdks/typescript/package.json (npm)
  • package.json (npm)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • 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 (except for nuget) 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.
  • Show all Merge Confidence badges for pull requests.
  • Run Renovate on following schedule: on monday

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 19 Pull Requests:

chore(deps): update gr2m/create-or-update-pull-request-action digest to df20b2c
  • Schedule: ["on monday"]
  • Branch name: renovate/gr2m-create-or-update-pull-request-action-digest
  • Merge into: main
  • Upgrade gr2m/create-or-update-pull-request-action to df20b2c073090271599a08c55ae26e0c3522b329
chore(deps): update dependency @​yarnpkg/fslib to v3.1.1
  • Schedule: ["on monday"]
  • Branch name: renovate/patch-yarn-monorepo
  • Merge into: main
  • Upgrade @yarnpkg/fslib to 3.1.1
chore(deps): update dependency eslint to v8.57.1
  • Schedule: ["on monday"]
  • Branch name: renovate/patch-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to 8.57.1
chore(deps): update dependency vitest to v2.0.5
  • Schedule: ["on monday"]
  • Branch name: renovate/patch-vitest-monorepo
  • Merge into: main
  • Upgrade vitest to 2.0.5
chore(deps): update gr2m/create-or-update-pull-request-action action to v1.9.4
  • Schedule: ["on monday"]
  • Branch name: renovate/gr2m-create-or-update-pull-request-action-1.9.x
  • Merge into: main
  • Upgrade gr2m/create-or-update-pull-request-action to 86ec1766034c8173518f61d2075cc2a173fb8c97
chore(deps): update patch updates (patch)
  • Schedule: ["on monday"]
  • Branch name: renovate/patch-all-patch-patch
  • Merge into: main
  • Upgrade @types/node to 20.12.14
  • Upgrade debug to 4.3.7
  • Upgrade tar to 7.4.3
  • Upgrade tsx to 4.16.5
  • Upgrade undici to 6.19.8
chore(deps): update dependency undici-types to v6.21.0
  • Schedule: ["on monday"]
  • Branch name: renovate/undici-types-6.x-lockfile
  • Merge into: main
  • Upgrade undici-types to 6.21.0
chore(deps): update dependency vitest to v2.1.8
  • Schedule: ["on monday"]
  • Branch name: renovate/vitest-monorepo
  • Merge into: main
  • Upgrade vitest to 2.1.8
chore(deps): update gr2m/create-or-update-pull-request-action action to v1.10.1
chore(deps): update minor updates (minor)
  • Schedule: ["on monday"]
  • Branch name: renovate/all-minor-updates
  • Merge into: main
  • Upgrade @types/node to 20.17.10
  • Upgrade debug to 4.4.0
  • Upgrade esbuild to ^0.24.0
  • Upgrade tsx to 4.19.2
  • Upgrade typescript to 5.7.2
  • Upgrade undici to 6.21.0
chore(deps): update yarn monorepo (minor)
  • Schedule: ["on monday"]
  • Branch name: renovate/yarn-monorepo
  • Merge into: main
  • Upgrade @yarnpkg/eslint-config to 2.1.0
  • Upgrade yarn to 4.5.3
chore(deps): update dependency @​types/node to v22
  • Schedule: ["on monday"]
  • Branch name: renovate/node-22.x
  • Merge into: main
  • Upgrade @types/node to ^22.0.0
chore(deps): update dependency better-sqlite3 to v11
  • Schedule: ["on monday"]
  • Branch name: renovate/better-sqlite3-11.x
  • Merge into: main
  • Upgrade better-sqlite3 to ^11.0.0
chore(deps): update dependency eslint to v9
  • Schedule: ["on monday"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: main
  • Upgrade eslint to ^9.0.0
chore(deps): update dependency supports-color to v10
  • Schedule: ["on monday"]
  • Branch name: renovate/supports-color-10.x
  • Merge into: main
  • Upgrade supports-color to ^10.0.0
chore(deps): update dependency undici to v7
  • Schedule: ["on monday"]
  • Branch name: renovate/undici-7.x
  • Merge into: main
  • Upgrade undici to ^7.0.0
chore(deps): update dependency undici-types to v7
  • Schedule: ["on monday"]
  • Branch name: renovate/undici-types-7.x
  • Merge into: main
  • Upgrade undici-types to 7.x
chore(deps): update dependency which to v5
  • Schedule: ["on monday"]
  • Branch name: renovate/which-5.x
  • Merge into: main
  • Upgrade which to ^5.0.0
chore(deps): update googleapis/release-please-action action to v4

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


❓ 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 PR has been generated by Renovate Bot.

@BridgeAR BridgeAR closed this Dec 21, 2024
@BridgeAR BridgeAR deleted the renovate/configure branch December 21, 2024 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants