Add renovate lable #6

Closed
opened 2026-07-01 12:01:24 +00:00 by alex · 2 comments
Owner

Add a renovate lable when creating issues and PRs

Add a renovate lable when creating issues and PRs
Author
Owner

/pi new pr please

/pi new pr please

I'll start by exploring the repository structure to understand what we're working with.Now I understand the setup. The config.js already has a labels configuration for PRs. I need to add the renovate label to it.The change looks good. Now let me create the PR.The branch is pushed. Let me create the PR via the Forgejo API.PR created successfully! 🎉

I've opened PR #7feat: add renovate label to issues and PRs.

The change adds renovate to the labels array in config.js, alongside the existing dependencies label. This ensures all PRs (and issues) created by the bot are tagged with the renovate label for easy identification and filtering.

-  // Labels for PRs
-  labels: ['dependencies'],
+  // Labels for PRs and issues
+  labels: ['dependencies', 'renovate'],

The PR is marked as closing #6.


View action run | Model: zai/glm-5.2 (thinking: xhigh) | Time: 2m 1s | Tokens: 95.8K | Pi SDK v0.80.3 | Action v2.25.0-develop (develop @ 0e171ae)

I'll start by exploring the repository structure to understand what we're working with.Now I understand the setup. The `config.js` already has a `labels` configuration for PRs. I need to add the `renovate` label to it.The change looks good. Now let me create the PR.The branch is pushed. Let me create the PR via the Forgejo API.PR created successfully! 🎉 I've opened [PR #7](https://forge.l3x.in/alex/renovate-bot/pulls/7) — **feat: add renovate label to issues and PRs**. The change adds `renovate` to the `labels` array in `config.js`, alongside the existing `dependencies` label. This ensures all PRs (and issues) created by the bot are tagged with the `renovate` label for easy identification and filtering. ```diff - // Labels for PRs - labels: ['dependencies'], + // Labels for PRs and issues + labels: ['dependencies', 'renovate'], ``` The PR is marked as closing #6. --- [View action run](https://forge.l3x.in/alex/renovate-bot/actions/runs/23) | Model: zai/glm-5.2 (thinking: xhigh) | Time: 2m 1s | Tokens: 95.8K | Pi SDK v0.80.3 | Action v2.25.0-develop (develop @ 0e171ae)
alex closed this issue 2026-07-01 12:20:42 +00:00
Sign in to join this conversation.
No milestone
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
alex/renovate-bot#6
No description provided.