No description
Find a file
repo-killer[bot] 2aa4dba5fb
ci(github-tag): update tag renovatebot/github-action (v46.1.10 → v46.1.11)
| datasource  | package                   | from     | to       |
| ----------- | ------------------------- | -------- | -------- |
| github-tags | renovatebot/github-action | v46.1.10 | v46.1.11 |
2026-04-27 03:01:26 +00:00
.github ci(github-tag): update tag renovatebot/github-action (v46.1.10 → v46.1.11) 2026-04-27 03:01:26 +00:00
.editorconfig feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00
.gitattribute feat: refactor renovate-config repo 2025-07-16 21:12:51 +00:00
autoMerge.json5 feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00
changelogs.json5 chore: update renovate changelogs 2025-10-15 22:55:45 +02:00
CONTRIBUTING.md feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00
default.json chore: disable config hint in PRs 2026-04-23 14:38:28 +02:00
labels.json5 feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00
LICENSE feat: refactor renovate-config repo 2025-07-16 21:12:51 +00:00
README.md feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00
renovate.json feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00
semanticCommits.json5 feat: enhance configuration files and documentation for Renovate setup 2025-07-20 00:19:43 +02:00

🤖 Personal Renovate Configuration

Renovate Label Sync Last Commit License

My personal Renovate configuration presets for automated dependency management across my projects.

Configuration Files

  • default.json - Main preset that extends all other configurations
  • autoMerge.json5 - Auto-merge rules for trusted dependencies
  • labels.json5 - Automatic PR labeling by update type and package manager
  • semanticCommits.json5 - Semantic commit message formatting
  • renovate.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