Skip to content

Standardize renovate configuration - #55

Merged
tas50 merged 1 commit into
mainfrom
standardize-renovate-config
Aug 23, 2026
Merged

Standardize renovate configuration#55
tas50 merged 1 commit into
mainfrom
standardize-renovate-config

Conversation

@tas50

@tas50 tas50 commented Aug 23, 2026

Copy link
Copy Markdown
Member

This repo's renovate.json had drifted from the config used by the majority
of test-kitchen repos. This aligns it:

"extends": [
  "config:recommended",
  ":disableDependencyDashboard",
  "schedule:automergeEarlyMondays"
]
  • :disableDependencyDashboard — stops Renovate opening a standing dashboard issue
  • schedule:automergeEarlyMondays — batches automerges into a weekly window instead of landing them continuously

No change to which dependencies are tracked.
🤖 Generated with Claude Code

Aligns renovate.json with the config used by the majority of
test-kitchen repos, adding :disableDependencyDashboard and
schedule:automergeEarlyMondays.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@tas50
tas50 merged commit cc6b4f8 into main Aug 23, 2026
8 checks passed
@tas50
tas50 deleted the standardize-renovate-config branch August 23, 2026 03: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.

1 participant