Skip to content

chore: re-enable workflows.weekly in tend config#5842

Merged
max-sixty merged 3 commits intomainfrom
chore/enable-weekly-tend-workflow
Apr 28, 2026
Merged

chore: re-enable workflows.weekly in tend config#5842
max-sixty merged 3 commits intomainfrom
chore/enable-weekly-tend-workflow

Conversation

@prql-bot
Copy link
Copy Markdown
Collaborator

Summary

Flips [workflows.weekly] enabled from false to true and removes the stale "Dependabot already handles dependency updates" comment.

Context

The disable dates back to #5727, when the workflow was named renovate and only auto-opened dependency-update PRs (so it overlapped with Dependabot). #5760 regenerated the tend workflows and renamed [workflows.renovate] -> [workflows.weekly], but the enabled = false and its comment carried over verbatim without revisiting the original justification.

The renamed weekly skill does more than the old renovate one. From the bundled tend-ci-runner:weekly description: it (1) reviews open dependency PRs and approves safe ones (patch/minor with green CI), and (2) runs any repo-specific weekly tasks defined in running-tend — which after #5840 will include the manual go-task/setup-task version: bump introduced in #5836. Neither overlaps with what Dependabot itself does.

Trigger

#5836 (comment) — maintainer asked for the follow-up.

The `enabled = false` and accompanying "Dependabot already handles dependency updates" comment date back to #5727, when the workflow was named `renovate` and only auto-opened dependency-update PRs. #5760 renamed `[workflows.renovate]` -> `[workflows.weekly]` but carried the disable forward unchanged.

The renamed `weekly` skill no longer overlaps with Dependabot: it reviews open dependency PRs and approves safe ones, and runs repo-specific weekly tasks defined in running-tend (now including the go-task pin bump from #5840).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Copy link
Copy Markdown
Collaborator Author

@prql-bot prql-bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change is correct and self-contained. One coordination note: .claude/skills/running-tend/SKILL.md:16 currently reads Dependency management: Dependabot (tend-weekly is disabled) and #5840 modifies that same line but keeps the "is disabled" wording. Whichever of #5840 / #5842 merges last needs to flip that wording, otherwise main ends up with documentation that contradicts the config.

@max-sixty
Copy link
Copy Markdown
Member

update this based on #5840 merge

prql-bot and others added 2 commits April 28, 2026 02:37
#5840 documented the weekly go-task bump but kept the "tend-weekly is
disabled" wording (it landed before this PR re-enabled the workflow).
Now that this PR flips the toml, update the SKILL.md line to match.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@prql-bot
Copy link
Copy Markdown
Collaborator Author

Done — merged main and pushed a229acf5 flipping Dependency management: Dependabot (tend-weekly is disabled in .config/tend.toml) to Dependabot opens dependency PRs; tend-weekly reviews them and runs the tasks under Weekly maintenance below.

@max-sixty max-sixty merged commit 29e718d into main Apr 28, 2026
40 checks passed
@max-sixty max-sixty deleted the chore/enable-weekly-tend-workflow branch April 28, 2026 06:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants