[PR #144] Add Renovate configuration for automated dependency management #164

Open
opened 2026-02-26 21:34:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/eduardolat/pgbackweb/pull/144
Author: @Erwan-loot
Created: 10/7/2025
Status: 🔄 Open

Base: mainHead: feature/add-renovate


📝 Commits (3)

  • 7c4ce20 Add Renovate configuration files for dependency management
  • e0afd8d Fix casing for DEBUG input and update LOG_LEVEL condition in Renovate workflow
  • 8a52497 Fix formatting of RENOVATE_REPOSITORIES and labels in Renovate workflow

📊 Changes

2 files changed (+32 additions, -0 deletions)

View changed files

.github/workflows/renovate.yml (+29 -0)
renovate.json (+3 -0)

📄 Description

Introduce Renovate configuration files to automate dependency updates and management, enhancing project maintenance and security.

Before merging ensure you have a finegrained token named RENOVATE_TOKEN in your secrets with theses permissions
docs.renovatebot.com/modules/platform/github#permissions

Summary by CodeRabbit

  • Chores
    • Added an automated dependency-update workflow that runs weekly and can be triggered on demand.
    • Creates consistent dependency-update PRs with standardized labels and commit-message suffixes to simplify triage.
    • Added a Renovate configuration schema to establish update behavior.
    • Reduces manual maintenance effort and improves dependency update cadence.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/eduardolat/pgbackweb/pull/144 **Author:** [@Erwan-loot](https://github.com/Erwan-loot) **Created:** 10/7/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/add-renovate` --- ### 📝 Commits (3) - [`7c4ce20`](https://github.com/eduardolat/pgbackweb/commit/7c4ce20f80338048eec1cbe406c1b8b3dc41cce2) Add Renovate configuration files for dependency management - [`e0afd8d`](https://github.com/eduardolat/pgbackweb/commit/e0afd8d8c1a069c0d541d6d4ffeb4195933f4e55) Fix casing for DEBUG input and update LOG_LEVEL condition in Renovate workflow - [`8a52497`](https://github.com/eduardolat/pgbackweb/commit/8a52497e9eb203e46f3d757f2f5a641fed27780f) Fix formatting of RENOVATE_REPOSITORIES and labels in Renovate workflow ### 📊 Changes **2 files changed** (+32 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/renovate.yml` (+29 -0) ➕ `renovate.json` (+3 -0) </details> ### 📄 Description Introduce Renovate configuration files to automate dependency updates and management, enhancing project maintenance and security. Before merging ensure you have a finegrained token named RENOVATE_TOKEN in your secrets with theses permissions docs.renovatebot.com/modules/platform/github#permissions <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Chores - Added an automated dependency-update workflow that runs weekly and can be triggered on demand. - Creates consistent dependency-update PRs with standardized labels and commit-message suffixes to simplify triage. - Added a Renovate configuration schema to establish update behavior. - Reduces manual maintenance effort and improves dependency update cadence. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/pgbackweb#164
No description provided.