chore: Configure Renovate [ci skip] #3

Merged
oliver merged 1 commit from renovate/configure into main 2025-01-08 13:11:36 +01: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.


Detected Package Files

  • .github/workflows/ubuntu_action_test.yml (github-actions)

Configuration Summary

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

  • Start dependency updates only once this onboarding PR is merged
  • Assign PRs to oliver.
  • Add oliver as reviewer for PRs.
  • Apply label renovate to PRs.
  • Raise PR when vulnerability alerts are detected with label security.
  • Append Signed-off-by: to signoff Git commits.
  • Evaluate schedules according to timezone Europe/Berlin.
  • Enable Renovate Dependency Dashboard creation.
  • Use semantic prefixes for commit messages and PR titles.
  • 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.
  • Preserve (but continue to upgrade) any existing SemVer ranges.
  • Rebase existing PRs any time the base branch has been updated.
  • Do not separate patch and minor upgrades into separate PRs for the same dependency.
  • Enable Renovate configuration migration PRs when needed.
  • Pin dependency versions for devDependencies.
  • Pin Docker digests.
  • 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.
  • Pin github-action digests.

🔡 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 3 Pull Requests:

chore(deps): pin dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: main
  • Upgrade actions/checkout to 5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
  • Upgrade actions/checkout to 11bd71901bbe5b1630ceea73d27597364c9af683
chore(deps): update actions/checkout action to v2.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-2.x
  • Merge into: main
  • Upgrade actions/checkout to ee0669bd1cc54295c223e0bb666b733df41de1c5
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to 11bd71901bbe5b1630ceea73d27597364c9af683

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


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.

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. --- ### Detected Package Files * `.github/workflows/ubuntu_action_test.yml` (github-actions) ### Configuration Summary Based on the default config's presets, Renovate will: - Start dependency updates only once this onboarding PR is merged - Assign PRs to `oliver`. - Add `oliver` as reviewer for PRs. - Apply label `renovate` to PRs. - Raise PR when vulnerability alerts are detected with label `security`. - Append `Signed-off-by:` to signoff Git commits. - Evaluate schedules according to timezone `Europe/Berlin`. - Enable Renovate Dependency Dashboard creation. - Use semantic prefixes for commit messages and PR titles. - 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. - Preserve (but continue to upgrade) any existing SemVer ranges. - Rebase existing PRs any time the base branch has been updated. - Do not separate `patch` and `minor` upgrades into separate PRs for the same dependency. - Enable Renovate configuration migration PRs when needed. - Pin dependency versions for `devDependencies`. - Pin Docker digests. - 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. - Pin `github-action` digests. 🔡 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 3 Pull Requests: <details> <summary>chore(deps): pin dependencies</summary> - Schedule: ["at any time"] - Branch name: `renovate/pin-dependencies` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `11bd71901bbe5b1630ceea73d27597364c9af683` </details> <details> <summary>chore(deps): update actions/checkout action to v2.7.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-2.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `ee0669bd1cc54295c223e0bb666b733df41de1c5` </details> <details> <summary>chore(deps): update actions/checkout action to v4</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `11bd71901bbe5b1630ceea73d27597364c9af683` </details> 🚸 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. --- ❓ 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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-config-hash:38e5a5ff87351290ddf656bc11c168e0f946d2e5a25e4dcb432f38732b700d73-->
renovatebot added 1 commit 2025-01-08 12:14:36 +01:00
chore(deps): add renovate.json
All checks were successful
Action test on Ubuntu / ubuntu-minimal (push) Has been skipped
Action test on Ubuntu / ubuntu-full (push) Successful in 6s
Action test on Ubuntu / ubuntu-nochanges (push) Successful in 5s
486190aa3e
Signed-off-by: RenovateBot <renovatebot@w9r.dev>
oliver was assigned by renovatebot 2025-01-08 12:14:36 +01:00
requested review from oliver 2025-01-08 12:14:36 +01:00
Owner

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.

Detected Package Files

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. Detected Package Files
oliver force-pushed renovate/configure from 486190aa3e to 094992fe11 2025-01-08 13:11:03 +01:00 Compare
oliver merged commit 094992fe11 into main 2025-01-08 13:11:36 +01:00
oliver deleted branch renovate/configure 2025-01-08 13:11:36 +01:00
Owner

@oliver hat #3 in main zusammengeführt.


Auf Forgejo: Beyond coding. We Forge. ansehen ( #3 ) oder antworte direkt auf diese E-Mail.

*@oliver* hat #3 in main zusammengeführt. --- Auf Forgejo: Beyond coding. We Forge. ansehen ( https://w9r.dev/w9r.dev/action-git-commit-push/pulls/3 ) oder antworte direkt auf diese E-Mail.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 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: w9r.dev/action-git-commit-push#3
No description provided.