Configure Renovate #10

Merged
viceice merged 1 commit from renovate/configure into main 2026-06-02 07:42:54 +00:00
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.

📚 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 .forgejo/renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.


Detected Package Files

  • .forgejo/workflows/cascade-setup-forgejo.yml (github-actions)
  • .forgejo/workflows/test.yml (github-actions)
  • .forgejo/workflows/test.yml (regex)

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.
  • 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
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for development dependencies.
  • Recommended configuration for abandoned packages, treating packages without a release for 1 year as abandoned, while taking into account community-sourced overrides.
  • Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds.
  • Run lock file maintenance (updates) early Monday mornings.
  • Require Dependency Dashboard approval for major updates.
  • Run lock file maintenance (updates) early Monday mornings.
  • Schedule daily before 4 AM.
  • Schedule automerge daily before 4 AM.
  • Update _VERSION variables in Dockerfiles.
  • Some basic improvements for the gomod manager PRs
  • Some static renovate replacements
  • Override missing or wrong metadata
  • default base preset for Forgejo repos
  • Run Renovate on following schedule: * 0-3 * * *

What to Expect

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

Update actions/cascading-pr action to v2
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/actions-cascading-pr-2.x
  • Merge into: main
  • Upgrade actions/cascading-pr to v2.3.2
Update actions/checkout action to v6
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: main
  • Upgrade actions/checkout to v6
Update dependency forgejo-lxc to v13
  • Schedule: ["* 0-3 * * *"]
  • Branch name: renovate/forgejo-lxc-13.x
  • Merge into: main
  • Upgrade forgejo-lxc to trixie
Update https://code.forgejo.org/actions/checkout action to v6
Update https://code.forgejo.org/actions/setup-forgejo action to v3

🚸 PR 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.


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.

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. 🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged. 📚 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 `.forgejo/renovate.json` in this branch. Renovate will update the Pull Request description the next time it runs. --- ### Detected Package Files * `.forgejo/workflows/cascade-setup-forgejo.yml` (github-actions) * `.forgejo/workflows/test.yml` (github-actions) * `.forgejo/workflows/test.yml` (regex) ### 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. - 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 - Enable Renovate configuration migration PRs when needed. - Pin dependency versions for development dependencies. - Recommended configuration for abandoned packages, treating packages without a release for 1 year as abandoned, while taking into account community-sourced overrides. - Wait until the npm package is three days old before raising the update. This a) introduces a short delay to allow for malware researchers and scanners to (possibly) detect any malicious behaviour in packages, and b) prevents the maintainer and/or NPM from unpublishing a package you already upgraded to, breaking builds. - Run lock file maintenance (updates) early Monday mornings. - Require Dependency Dashboard approval for `major` updates. - Run lock file maintenance (updates) early Monday mornings. - Schedule daily before 4 AM. - Schedule automerge daily before 4 AM. - Update `_VERSION` variables in Dockerfiles. - Some basic improvements for the gomod manager PRs - Some static renovate replacements - Override missing or wrong metadata - default base preset for Forgejo repos - Run Renovate on following schedule: * 0-3 * * * --- ### What to Expect With your current configuration, Renovate will create 5 Pull Requests: <details> <summary>Update actions/cascading-pr action to v2</summary> - Schedule: ["* 0-3 * * *"] - Branch name: `renovate/actions-cascading-pr-2.x` - Merge into: `main` - Upgrade [actions/cascading-pr](https://code.forgejo.org/actions/cascading-pr) to `v2.3.2` </details> <details> <summary>Update actions/checkout action to v6</summary> - Schedule: ["* 0-3 * * *"] - Branch name: `renovate/actions-checkout-6.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6` </details> <details> <summary>Update dependency forgejo-lxc to v13</summary> - Schedule: ["* 0-3 * * *"] - Branch name: `renovate/forgejo-lxc-13.x` - Merge into: `main` - Upgrade forgejo-lxc to `trixie` </details> <details> <summary>Update https://code.forgejo.org/actions/checkout action to v6</summary> - Schedule: ["* 0-3 * * *"] - Branch name: `renovate/https-code.forgejo.org-actions-checkout-6.x` - Merge into: `main` - Upgrade [https://code.forgejo.org/actions/checkout](https://code.forgejo.org/actions/checkout) to `v6` </details> <details> <summary>Update https://code.forgejo.org/actions/setup-forgejo action to v3</summary> - Schedule: ["* 0-3 * * *"] - Branch name: `renovate/https-code.forgejo.org-actions-setup-forgejo-3.x` - Merge into: `main` - Upgrade [https://code.forgejo.org/actions/setup-forgejo](https://code.forgejo.org/actions/setup-forgejo) to `v3.1.12` </details> 🚸 PR 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`](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](https://github.com/renovatebot/renovate). <!--renovate-config-hash:e6f040906ca6a92bc5aa45fef5fdd929ffa2aa5c7776551655f765ce4a3c4694-->
Add .forgejo/renovate.json
Some checks failed
/ cascade (pull_request_target) Has been cancelled
/ test (map[image:codeberg.org/forgejo-experimental/forgejo version:1.21.0-6-rc2]) (push) Has been cancelled
/ test (map[image:codeberg.org/forgejo/forgejo version:1.19]) (push) Has been cancelled
/ test (map[image:codeberg.org/forgejo/forgejo version:1.20]) (push) Has been cancelled
/ test (map[image:codeberg.org/forgejo-experimental/forgejo version:1.21.0-6-rc2]) (pull_request) Has been cancelled
/ test (map[image:codeberg.org/forgejo/forgejo version:1.19]) (pull_request) Has been cancelled
/ test (map[image:codeberg.org/forgejo/forgejo version:1.20]) (pull_request) Has been cancelled
e910ad89bd
viceice approved these changes 2026-06-02 07:42:48 +00:00
viceice referenced this pull request from a commit 2026-06-02 07:42:54 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
2 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
forgejo/forgejo-curl!10
No description provided.