Skip to content

ci: add dependabot config, auto-merge, and enhanced CI#36

Open
diberry wants to merge 1 commit into
mainfrom
squad/ci-dependabot-setup
Open

ci: add dependabot config, auto-merge, and enhanced CI#36
diberry wants to merge 1 commit into
mainfrom
squad/ci-dependabot-setup

Conversation

@diberry

@diberry diberry commented Mar 26, 2026

Copy link
Copy Markdown
Contributor

Changes

  • *.github/dependabot.yml* — npm (root + workspaces) and GitHub Actions, weekly Monday schedule, grouped bumps
  • *.github/workflows/dependabot-auto-merge.yml* — auto-merge for patch/minor dependabot PRs (squash merge)
  • *.github/workflows/ci.yml* (enhanced) —
    pm ci\ with cache, Node 22/24 matrix, \�alidate:config\ step

Why

Automates dependency updates, ensures CI catches build/config regressions on every PR, and reduces manual merge toil for safe dependabot bumps.

- Add .github/dependabot.yml for npm + GitHub Actions (weekly Monday, grouped)
- Add dependabot-auto-merge.yml for patch/minor auto-merge
- Enhance ci.yml: npm ci, node cache, matrix (22/24), validate:config step

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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