Skip to content

Add Renovate with auto-merge and CI#4

Open
compscidr wants to merge 1 commit intomasterfrom
feat/renovate-and-ci
Open

Add Renovate with auto-merge and CI#4
compscidr wants to merge 1 commit intomasterfrom
feat/renovate-and-ci

Conversation

@compscidr
Copy link
Owner

  • Adds renovate.json with auto-merge enabled
  • Adds CI workflow for build smoke testing

Copilot AI review requested due to automatic review settings March 16, 2026 19:02
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds Renovate bot configuration with auto-merge enabled and a GitHub Actions CI workflow intended for build smoke testing.

Changes:

  • Adds renovate.json with the recommended config preset and auto-merge via PR enabled.
  • Adds a CI workflow triggered on pushes to master and on pull requests, which checks out the code, sets up Node.js, and installs dependencies.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
renovate.json Renovate bot configuration with auto-merge settings
.github/workflows/ci.yml GitHub Actions CI workflow for Node.js dependency install

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- uses: actions/setup-node@v4
with:
node-version: lts/*
- run: npm ci No newline at end of file
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