Configure Renovate #1

Merged
wirehack7 merged 1 commit from renovate/configure into master 2026-06-13 09:00:42 +02:00
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.build.yml (docker-compose)
  • docker-compose.yml (docker-compose)
  • Dockerfile (dockerfile)
  • .forgejo/workflows/docker-build.yml (github-actions)
  • .forgejo/workflows/pr-test.yml (github-actions)
  • .github/workflows/docker-build.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/test.yml (github-actions)
  • requirements.txt (pip_requirements)
  • 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 8 Pull Requests:

chore(deps): Update dependency python
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/python-3.x
  • Merge into: master
  • Upgrade python to 3.14
  • Upgrade python to 3.14-slim
chore(deps): Update dependency tzdata to v2025.3
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/tzdata-2025.x
  • Merge into: master
  • Upgrade tzdata to ==2025.3
chore(deps): Update actions/cache action to v5
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/actions-cache-5.x
  • Merge into: master
  • Upgrade actions/cache to v5
chore(deps): Update actions/checkout action to v6
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/actions-checkout-6.x
  • Merge into: master
  • Upgrade actions/checkout to v6
chore(deps): Update actions/setup-python action to v6
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/actions-setup-python-6.x
  • Merge into: master
  • Upgrade actions/setup-python to v6
chore(deps): Update dependency tzdata to v2026
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/tzdata-2026.x
  • Merge into: master
  • Upgrade tzdata to ==2026.2
chore(deps): Update GitHub Artifact Actions to v7
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/major-github-artifact-actions
  • Merge into: master
  • Upgrade actions/upload-artifact to v7
chore(deps): Update github/codeql-action action to v4
  • Schedule: ["before 6am on monday"]
  • Branch name: renovate/github-codeql-action-4.x
  • Merge into: master
  • Upgrade github/codeql-action to v4

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

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.build.yml` (docker-compose) * `docker-compose.yml` (docker-compose) * `Dockerfile` (dockerfile) * `.forgejo/workflows/docker-build.yml` (github-actions) * `.forgejo/workflows/pr-test.yml` (github-actions) * `.github/workflows/docker-build.yml` (github-actions) * `.github/workflows/release.yml` (github-actions) * `.github/workflows/test.yml` (github-actions) * `requirements.txt` (pip_requirements) * `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 8 Pull Requests: <details> <summary>chore(deps): Update dependency python</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/python-3.x` - Merge into: `master` - Upgrade [python](https://github.com/actions/python-versions) to `3.14` - Upgrade python to `3.14-slim` </details> <details> <summary>chore(deps): Update dependency tzdata to v2025.3</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/tzdata-2025.x` - Merge into: `master` - Upgrade [tzdata](https://github.com/python/tzdata) to `==2025.3` </details> <details> <summary>chore(deps): Update actions/cache action to v5</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/actions-cache-5.x` - Merge into: `master` - Upgrade [actions/cache](https://github.com/actions/cache) to `v5` </details> <details> <summary>chore(deps): Update actions/checkout action to v6</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/actions-checkout-6.x` - Merge into: `master` - Upgrade [actions/checkout](https://github.com/actions/checkout) to `v6` </details> <details> <summary>chore(deps): Update actions/setup-python action to v6</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/actions-setup-python-6.x` - Merge into: `master` - Upgrade [actions/setup-python](https://github.com/actions/setup-python) to `v6` </details> <details> <summary>chore(deps): Update dependency tzdata to v2026</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/tzdata-2026.x` - Merge into: `master` - Upgrade [tzdata](https://github.com/python/tzdata) to `==2026.2` </details> <details> <summary>chore(deps): Update GitHub Artifact Actions to v7</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/major-github-artifact-actions` - Merge into: `master` - Upgrade [actions/upload-artifact](https://github.com/actions/upload-artifact) to `v7` </details> <details> <summary>chore(deps): Update github/codeql-action action to v4</summary> - Schedule: ["before 6am on monday"] - Branch name: `renovate/github-codeql-action-4.x` - Merge into: `master` - Upgrade [github/codeql-action](https://github.com/github/codeql-action) to `v4` </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](https://github.com/renovatebot/renovate). <!--renovate-config-hash:5a4b2e8abd8637573d085a9f5ec6462655bef8c30362b7c0cfdb0d2568061c7f-->
chore(deps): add renovate.json
Some checks failed
PR Tests / test (pull_request) Failing after 30s
2d7344a548

CI Results

Check Status
Ruff
Pylint (9.93/10)
Config
Imports
Pylint output
************* Module func.watcher
src/func/watcher.py:113:15: W0718: Catching too general exception Exception (broad-exception-caught)
src/func/watcher.py:131:15: W0718: Catching too general exception Exception (broad-exception-caught)

-----------------------------------
Your code has been rated at 9.93/10

Updated: 2026-06-09 19:02 UTC

<!-- ci-results --> ## CI Results | Check | Status | |---|---| | Ruff | ✅ | | Pylint (9.93/10) | ❌ | | Config | ✅ | | Imports | ✅ | <details><summary>Pylint output</summary> ``` ************* Module func.watcher src/func/watcher.py:113:15: W0718: Catching too general exception Exception (broad-exception-caught) src/func/watcher.py:131:15: W0718: Catching too general exception Exception (broad-exception-caught) ----------------------------------- Your code has been rated at 9.93/10 ``` </details> _Updated: 2026-06-09 19:02 UTC_
wirehack7 merged commit d230e423c2 into master 2026-06-13 09:00:42 +02: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
wirehack7/DiscordStreamBot!1
No description provided.