mirror of
https://github.com/vrozaksen/renovate-config.git
synced 2026-04-28 02:40:59 +02:00
No description
| datasource | package | from | to | | ----------- | ------------------------- | -------- | -------- | | github-tags | renovatebot/github-action | v46.1.10 | v46.1.11 | |
||
|---|---|---|
| .github | ||
| .editorconfig | ||
| .gitattribute | ||
| autoMerge.json5 | ||
| changelogs.json5 | ||
| CONTRIBUTING.md | ||
| default.json | ||
| labels.json5 | ||
| LICENSE | ||
| README.md | ||
| renovate.json | ||
| semanticCommits.json5 | ||
🤖 Personal Renovate Configuration
My personal Renovate configuration presets for automated dependency management across my projects.
Configuration Files
default.json- Main preset that extends all other configurationsautoMerge.json5- Auto-merge rules for trusted dependencieslabels.json5- Automatic PR labeling by update type and package managersemanticCommits.json5- Semantic commit message formattingrenovate.json- Self-hosting configuration for this repository
Key Features
- Smart Auto-merging: Trusted GitHub Actions merge immediately, others after 3 days
- Semantic Commits: Consistent
feat(scope):,fix(scope):,chore(scope):formatting - Comprehensive Labeling: Automatic categorization by update type and technology
- Security: Pinned GitHub Action digests and careful auto-merge rules
- Timezone: Configured for Europe/Warsaw
Usage in My Projects
Add to renovate.json in any repository:
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>vrozaksen/renovate-config"]
}
Automated Workflows
- Renovate: Runs hourly to check for dependency updates
- Label Sync: Daily synchronization of repository labels