Configure Renovate #1

Open
Renovate wants to merge 1 commit from renovate/configure into master
Collaborator

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

🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Pull Request.

📚 See our Reading List for relevant documentation you may be interested in reading.

🔡 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.


Detected Package Files

  • docker-compose.yml (docker-compose)
  • app/Dockerfile (dockerfile)
  • .forgejo/workflows/docker-build.yml (github-actions)
  • charts/chatsafe/values.yaml (helm-values)
  • app/package.json (npm)
  • renovate.json (renovate-config)

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.
  • Show only the Age and Confidence Merge Confidence badges for pull requests.
  • Apply crowd-sourced package replacement rules.
  • Apply crowd-sourced workarounds for known problems with packages.
  • Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff
  • Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff
  • Correctly link to the source code for golang.org/x packages
  • Link to pkg.go.dev/... for golang.org/x packages' title
  • Provide a link to octochangelog's improved breakdown for Renovate's changelogs
  • Shared Renovate preset – extend with: gitea>YOUR_ORG/renovate-config
  • Run Renovate on following schedule: before 6am on monday

What to Expect

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

chore(deps): Update dependency express to v4.22.2
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/express-4.x-lockfile
  • Merge into: master
  • Upgrade express to 4.22.2
chore(deps): Update dependency helmet to v8.3.0
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/helmet-8.x-lockfile
  • Merge into: master
  • Upgrade helmet to 8.3.0
chore(deps): Update actions/checkout action to v7
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/actions-checkout-7.x
  • Merge into: master
  • Upgrade actions/checkout to v7
chore(deps): Update dependency eslint to v10
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to ^10.0.0
chore(deps): Update dependency express to v5
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/express-5.x
  • Merge into: master
  • Upgrade express to ^5.0.0
chore(deps): Update dependency express-rate-limit to v8
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/express-rate-limit-8.x
  • Merge into: master
  • Upgrade express-rate-limit to ^8.0.0
chore(deps): Update dependency jest to v30
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/major-jest-monorepo
  • Merge into: master
  • Upgrade jest to ^30.0.0
chore(deps): Update docker/build-push-action action to v7
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/docker-build-push-action-7.x
  • Merge into: master
  • Upgrade docker/build-push-action to v7
chore(deps): Update docker/login-action action to v4
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/docker-login-action-4.x
  • Merge into: master
  • Upgrade docker/login-action to v4
chore(deps): Update docker/setup-buildx-action action to v4
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/docker-setup-buildx-action-4.x
  • Merge into: master
  • Upgrade docker/setup-buildx-action to v4
chore(deps): Update Node.js to v24
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/node-24.x
  • Merge into: master
  • Upgrade node to 24-alpine

🚸 PR creation will be limited to maximum 4 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 Mend Renovate CLI.

Welcome to [Renovate](https://github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 Renovate will begin keeping your dependencies up-to-date only once you merge or close this Pull Request. 📚 See our [Reading List](https://docs.renovatebot.com/reading-list/) for relevant documentation you may be interested in reading. 🔡 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. --- ### Detected Package Files * `docker-compose.yml` (docker-compose) * `app/Dockerfile` (dockerfile) * `.forgejo/workflows/docker-build.yml` (github-actions) * `charts/chatsafe/values.yaml` (helm-values) * `app/package.json` (npm) * `renovate.json` (renovate-config) ### 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. - Show only the Age and Confidence Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Ensure that every dependency pinned by digest and sourced from Forgejo contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from Gitea contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitHub.com and Github enterprise contains a link to the commit-to-commit diff - Ensure that every dependency pinned by digest and sourced from GitLab.com contains a link to the commit-to-commit diff - Correctly link to the source code for golang.org/x packages - Link to pkg.go.dev/... for golang.org/x packages' title - Provide a link to octochangelog's improved breakdown for Renovate's changelogs - Shared Renovate preset – extend with: gitea>YOUR_ORG/renovate-config - Run Renovate on following schedule: before 6am on monday --- ### What to Expect With your current configuration, Renovate will create 11 Pull Requests: <details> <summary>chore(deps): Update dependency express to v4.22.2</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/express-4.x-lockfile` - Merge into: `master` - Upgrade [express](https://github.com/expressjs/express) to `4.22.2` </details> <details> <summary>chore(deps): Update dependency helmet to v8.3.0</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/helmet-8.x-lockfile` - Merge into: `master` - Upgrade [helmet](https://github.com/helmetjs/helmet) to `8.3.0` </details> <details> <summary>chore(deps): Update actions/checkout action to v7</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/actions-checkout-7.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v7` </details> <details> <summary>chore(deps): Update dependency eslint to v10</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/major-eslint-monorepo` - Merge into: `master` - Upgrade [eslint](https://github.com/eslint/eslint) to `^10.0.0` </details> <details> <summary>chore(deps): Update dependency express to v5</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/express-5.x` - Merge into: `master` - Upgrade [express](https://github.com/expressjs/express) to `^5.0.0` </details> <details> <summary>chore(deps): Update dependency express-rate-limit to v8</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/express-rate-limit-8.x` - Merge into: `master` - Upgrade [express-rate-limit](https://github.com/express-rate-limit/express-rate-limit) to `^8.0.0` </details> <details> <summary>chore(deps): Update dependency jest to v30</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/major-jest-monorepo` - Merge into: `master` - Upgrade [jest](https://github.com/jestjs/jest) to `^30.0.0` </details> <details> <summary>chore(deps): Update docker/build-push-action action to v7</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/docker-build-push-action-7.x` - Merge into: `master` - Upgrade [docker/build-push-action](https://github.com/docker/build-push-action) to `v7` </details> <details> <summary>chore(deps): Update docker/login-action action to v4</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/docker-login-action-4.x` - Merge into: `master` - Upgrade [docker/login-action](https://github.com/docker/login-action) to `v4` </details> <details> <summary>chore(deps): Update docker/setup-buildx-action action to v4</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/docker-setup-buildx-action-4.x` - Merge into: `master` - Upgrade [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) to `v4` </details> <details> <summary>chore(deps): Update Node.js to v24</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/node-24.x` - Merge into: `master` - Upgrade [node](https://github.com/nodejs/node) to `24-alpine` </details> 🚸 PR creation will be limited to maximum 4 per hour, so it doesn't swamp any CI resources or overwhelm the project. See [docs for `prHourlyLimit`](https://docs.renovatebot.com/configuration-options/#prhourlylimit) for details. --- ❓ Got questions? Check out Renovate's [Docs](https://docs.renovatebot.com/), particularly the Getting Started section. If you need any further assistance then you can also [request help here](https://github.com/renovatebot/renovate/discussions). --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-config-hash:5a4b2e8abd8637573d085a9f5ec6462655bef8c30362b7c0cfdb0d2568061c7f-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/configure:renovate/configure
git switch renovate/configure

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/configure
git switch renovate/configure
git rebase master
git switch master
git merge --ff-only renovate/configure
git switch renovate/configure
git rebase master
git switch master
git merge --no-ff renovate/configure
git switch master
git merge --squash renovate/configure
git switch master
git merge --ff-only renovate/configure
git switch master
git merge renovate/configure
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
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
wirehack7/ChatSafe!1
No description provided.