Skip to content

Commit 65cebc4

Browse files
Configure Renovate (#50)
Welcome to [Renovate](https://redirect.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/publishing.yaml` (github-actions) * `.github/workflows/rich-codex.yaml` (github-actions) * `.github/workflows/testing.yaml` (github-actions) * `pyproject.toml` (pep621) * `.pre-commit-config.yaml` (pre-commit) * `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 - Hopefully safe environment variables to allow users to configure. - Show all Merge Confidence badges for pull requests. - Enable Renovate configuration migration PRs when needed. - Enable Renovate Dependency Dashboard creation. - Ignore `node_modules`, `bower_components`, `vendor` and various test/tests (except for nuget) directories. - Show all Merge Confidence badges for pull requests. - Apply crowd-sourced package replacement rules. - Apply crowd-sourced workarounds for known problems with packages. - Keep Dockerfile `FROM` sources updated. - Enable the pre-commit manager. - Enable Renovate. - Raise PR when vulnerability alerts are detected. - Keep `package.json` npm dependencies updated. - Remove limit for open PRs at any time. - Removes rate limit for PR creation per hour. - Enable Docker Compose image updating. - Upgrade Docker tags to newer versions. - Show OpenSSF badge on pull requests. 🔡 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 2 Pull Requests: <details> <summary>Update pre-commit hook astral-sh/ruff-pre-commit to v0.13.3</summary> - Schedule: ["at any time"] - Branch name: `renovate/all-patch` - Merge into: `main` - Upgrade [astral-sh/ruff-pre-commit](https://redirect.github.com/astral-sh/ruff-pre-commit) to `v0.13.3` </details> <details> <summary>Lock file maintenance</summary> - Schedule: ["* */6 * * *"] - Branch name: `renovate/lock-file-maintenance` - Merge into: `main` - Regenerate lock files to use latest dependency versions </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://redirect.github.com/renovatebot/renovate/discussions). --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Buried-In-Code/Perdoo). <!--renovate-config-hash:7e5b384c2f530a76a7970979a4da12c1b55e6dc9c2aff251c9deff9495bf0bd7--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: BuriedInCode <6057651+Buried-In-Code@users.noreply.github.com>
1 parent 5feae1b commit 65cebc4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"local>Buried-In-Code/renovate"
5+
]
6+
}

0 commit comments

Comments
 (0)