chore: Configure Renovate #1

Merged
murdoc merged 2 commits from renovate/configure into main 2025-11-24 18:20:38 +00:00
Collaborator

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

  • Dockerfile (dockerfile)
  • .forgejo/workflows/build.yml (github-actions)
  • .forgejo/workflows/go.yml (github-actions)
  • .forgejo/workflows/pre-commit.yml (github-actions)
  • .forgejo/workflows/release.yml (github-actions)
  • .forgejo/workflows/tag.yml (github-actions)
  • go.mod (gomod)
  • renovate.json (renovate-config-presets)

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.
  • Group various lint packages together.
  • Pin github-action digests.
  • 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.
  • Rebase existing PRs any time the base branch has been updated.
  • Automerge patch and minor upgrades if they pass tests.
  • Automerge digest upgrades if they pass tests.
  • Update lint packages automatically if tests pass.
  • Show all Merge Confidence badges for pull requests.
  • Show OpenSSF badge on pull requests.
  • Default base preset for Forgejo repos

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

chore(deps): pin dependencies
  • Schedule: ["at any time"]
  • Branch name: renovate/pin-dependencies
  • Merge into: main
  • Upgrade actions/checkout to 34e114876b0b11c390a56381ad16ebd13914f8d5
  • Upgrade actions/setup-go to 19bb51245e9c80abacb2e91cc42b33fa478b8639
  • Upgrade alpine to sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412
  • Upgrade git.bueraner.de/murdoc/docker-semantic-release to sha256:02d56868953b068dc5ab1903cac65ae7ef4daa0d1b04c887bcc612ab7081f4e3
  • Upgrade golang to sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb
chore(deps): update actions/checkout digest to 34e1148
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-digest
  • Merge into: main
  • Upgrade actions/checkout to 34e114876b0b11c390a56381ad16ebd13914f8d5
fix(deps): update module github.com/gorilla/websocket to v1.5.3
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-gorilla-websocket-1.x
  • Merge into: main
  • Upgrade github.com/gorilla/websocket to v1.5.3
fix(deps): update module github.com/mattn/go-colorable to v0.1.14
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-mattn-go-colorable-0.x
  • Merge into: main
  • Upgrade github.com/mattn/go-colorable to v0.1.14
fix(deps): update module github.com/fatih/color to v1.18.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-fatih-color-1.x
  • Merge into: main
  • Upgrade github.com/fatih/color to v1.18.0
fix(deps): update module github.com/spf13/cobra to v1.10.1
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-spf13-cobra-1.x
  • Merge into: main
  • Upgrade github.com/spf13/cobra to v1.10.1
fix(deps): update module github.com/spf13/viper to v1.21.0
  • Schedule: ["at any time"]
  • Branch name: renovate/github.com-spf13-viper-1.x
  • Merge into: main
  • Upgrade github.com/spf13/viper to v1.21.0
chore(deps): update actions/setup-go action to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-go-6.x
  • Merge into: main
  • Upgrade actions/setup-go to 4dc6199c7b1a012772edbd06daecab0f50c9053c

🚸 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 * `Dockerfile` (dockerfile) * `.forgejo/workflows/build.yml` (github-actions) * `.forgejo/workflows/go.yml` (github-actions) * `.forgejo/workflows/pre-commit.yml` (github-actions) * `.forgejo/workflows/release.yml` (github-actions) * `.forgejo/workflows/tag.yml` (github-actions) * `go.mod` (gomod) * `renovate.json` (renovate-config-presets) ### 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. - Group various lint packages together. - Pin `github-action` digests. - 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. - Rebase existing PRs any time the base branch has been updated. - Automerge `patch` and `minor` upgrades if they pass tests. - Automerge `digest` upgrades if they pass tests. - Update lint packages automatically if tests pass. - Show all Merge Confidence badges for pull requests. - Show OpenSSF badge on pull requests. - Default base preset for Forgejo repos 🔡 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 8 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 `34e114876b0b11c390a56381ad16ebd13914f8d5` - Upgrade [actions/setup-go](https://github.com/actions/setup-go) to `19bb51245e9c80abacb2e91cc42b33fa478b8639` - Upgrade alpine to `sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412` - Upgrade git.bueraner.de/murdoc/docker-semantic-release to `sha256:02d56868953b068dc5ab1903cac65ae7ef4daa0d1b04c887bcc612ab7081f4e3` - Upgrade golang to `sha256:d3f0cf7723f3429e3f9ed846243970b20a2de7bae6a5b66fc5914e228d831bbb` </details> <details> <summary>chore(deps): update actions/checkout digest to 34e1148</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-digest` - Merge into: `main` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `34e114876b0b11c390a56381ad16ebd13914f8d5` </details> <details> <summary>fix(deps): update module github.com/gorilla/websocket to v1.5.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-gorilla-websocket-1.x` - Merge into: `main` - Upgrade [github.com/gorilla/websocket](https://github.com/gorilla/websocket) to `v1.5.3` </details> <details> <summary>fix(deps): update module github.com/mattn/go-colorable to v0.1.14</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-mattn-go-colorable-0.x` - Merge into: `main` - Upgrade [github.com/mattn/go-colorable](https://github.com/mattn/go-colorable) to `v0.1.14` </details> <details> <summary>fix(deps): update module github.com/fatih/color to v1.18.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-fatih-color-1.x` - Merge into: `main` - Upgrade [github.com/fatih/color](https://github.com/fatih/color) to `v1.18.0` </details> <details> <summary>fix(deps): update module github.com/spf13/cobra to v1.10.1</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-spf13-cobra-1.x` - Merge into: `main` - Upgrade [github.com/spf13/cobra](https://github.com/spf13/cobra) to `v1.10.1` </details> <details> <summary>fix(deps): update module github.com/spf13/viper to v1.21.0</summary> - Schedule: ["at any time"] - Branch name: `renovate/github.com-spf13-viper-1.x` - Merge into: `main` - Upgrade [github.com/spf13/viper](https://github.com/spf13/viper) to `v1.21.0` </details> <details> <summary>chore(deps): update actions/setup-go action to v6</summary> - Schedule: ["at any time"] - Branch name: `renovate/actions-setup-go-6.x` - Merge into: `main` - Upgrade [actions/setup-go](https://github.com/actions/setup-go) to `4dc6199c7b1a012772edbd06daecab0f50c9053c` </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:45af7d39c7a899982ea10f904cc99116e05e4d3baaad30f2651b753cf30ddb4c-->
chore(deps): add renovate.json
Some checks failed
CI Pipeline / build (pull_request) Successful in 41s
CI / build (pull_request) Successful in 6s
pre-commit-check / pre-commit (pull_request) Failing after 6s
CI Pipeline / trivy_scan (pull_request) Successful in 19s
cb047f9411
Merge branch 'main' into renovate/configure
Some checks failed
CI / build (pull_request) Successful in 10s
CI Pipeline / build (pull_request) Successful in 44s
pre-commit-check / pre-commit (pull_request) Failing after 1m25s
CI Pipeline / trivy_scan (pull_request) Successful in 24s
7d148d25b4
murdoc merged commit e7b63f357c into main 2025-11-24 18:20:38 +00:00
murdoc deleted branch renovate/configure 2025-11-24 18:20:39 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
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
murdoc/ha-cli!1
No description provided.