Skip to content

chore: configure renovate (extend local>CopilotKit/renovate)#9

Merged
jpr5 merged 2 commits into
mainfrom
chore/configure-renovate
Jul 6, 2026
Merged

chore: configure renovate (extend local>CopilotKit/renovate)#9
jpr5 merged 2 commits into
mainfrom
chore/configure-renovate

Conversation

@jpr5

@jpr5 jpr5 commented May 27, 2026

Copy link
Copy Markdown

Migrates this repo's Renovate configuration to extend the org-wide central config at https://github.com/CopilotKit/renovate.

Phase 1 of the migration (Notion plan) scopes Renovate to the github-actions ecosystem only; npm/pip remain on Dependabot.

Red-Green Proof

Known bug: renovate.json was committed with 4-space indentation and failed prettier --check (CI format:check).

RED — before fix (npx prettier --check renovate.json):

Checking formatting...
[warn] renovate.json
[warn] Code style issues found in the above file. Run Prettier with --write to fix.
EXIT=1

FIXnpx prettier --write renovate.json (4-space → 2-space indent):

 {
-    "$schema": "https://docs.renovatebot.com/renovate-schema.json",
-    "extends": ["local>CopilotKit/renovate"]
+  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
+  "extends": ["local>CopilotKit/renovate"]
 }

GREEN — after fix (npx prettier --check renovate.json):

Checking formatting...
All matched files use Prettier code style!
EXIT=0

Full CI command npm run format:check (prettier --check .) also passes:

Checking formatting...
All matched files use Prettier code style!

@github-actions github-actions Bot added the size/xs PR size: XS label May 27, 2026
@jpr5 jpr5 changed the title chore: Configure Renovate (extend local>CopilotKit/renovate) chore: configure Renovate (extend local>CopilotKit/renovate) May 27, 2026
@github-actions

github-actions Bot commented May 27, 2026

Copy link
Copy Markdown

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 42.44% 7169 / 16891
🔵 Statements 41.84% 7602 / 18165
🔵 Functions 40.14% 1273 / 3171
🔵 Branches 41.03% 4803 / 11706
Generated in workflow #33 for commit ab5bdc6 by the Vitest Coverage Report Action

@jpr5 jpr5 force-pushed the chore/configure-renovate branch from 9307d54 to ab5bdc6 Compare July 6, 2026 20:10
@jpr5 jpr5 changed the title chore: configure Renovate (extend local>CopilotKit/renovate) chore: configure renovate (extend local>CopilotKit/renovate) Jul 6, 2026
@github-actions github-actions Bot added size/xs PR size: XS and removed size/xs PR size: XS labels Jul 6, 2026
@jpr5 jpr5 merged commit c76ed69 into main Jul 6, 2026
19 of 20 checks passed
@jpr5 jpr5 deleted the chore/configure-renovate branch July 6, 2026 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/xs PR size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant