Skip to content

ci(renovate): add scheduled Renovate workflow#105

Open
mwaldheim wants to merge 1 commit into
mainfrom
chore/renovate-workflow
Open

ci(renovate): add scheduled Renovate workflow#105
mwaldheim wants to merge 1 commit into
mainfrom
chore/renovate-workflow

Conversation

@mwaldheim
Copy link
Copy Markdown
Contributor

Summary

  • add a dedicated Renovate GitHub Actions workflow at .github/workflows/renovate.yaml
  • run Renovate weekly (cron: 0 5 * * 1) and via manual workflow_dispatch
  • configure least-required repo permissions for Renovate to open/update PRs and dependency dashboard issues
  • use RENOVATE_TOKEN when provided, otherwise fall back to GITHUB_TOKEN

Why

renovate.json is already present, but there was no workflow execution path in this repository. This PR wires up automated execution so dependency updates are actually generated.

Notes

  • If you want cross-repo updates or broader API scope, add a RENOVATE_TOKEN repository secret (PAT/GitHub App token).
  • For same-repo updates, GITHUB_TOKEN is used as fallback.

Signed-off-by: mwaldheim <mwaldheim@users.noreply.github.com>
@mwaldheim mwaldheim requested a review from tboerger as a code owner May 23, 2026 20:16
@mwaldheim mwaldheim added type: chore Maintenance / scaffolding area: ci CI/CD & GitHub Actions labels May 23, 2026
@mwaldheim mwaldheim enabled auto-merge (squash) May 23, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci CI/CD & GitHub Actions type: chore Maintenance / scaffolding

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant