Skip to content

Create dependabot.yml#372

Merged
josephfusco merged 2 commits intomainfrom
josephfusco-patch-1
May 4, 2026
Merged

Create dependabot.yml#372
josephfusco merged 2 commits intomainfrom
josephfusco-patch-1

Conversation

@josephfusco
Copy link
Copy Markdown
Member

@josephfusco josephfusco commented May 4, 2026

Adds .github/dependabot.yml to enable weekly automated dependency update PRs for npm and GitHub Actions. Minor and patch updates are grouped separately for production and development dependencies to reduce PR noise, while major version bumps remain as individual PRs for review.

Copy link
Copy Markdown
Contributor

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

Adds a new Dependabot configuration so this repository can receive automated weekly update PRs for JavaScript dependencies and GitHub Actions. This fits the existing Node/pnpm-based setup and CI workflows by centralizing dependency maintenance under .github.

Changes:

  • Enable weekly Dependabot version updates for the npm ecosystem at the repository root.
  • Group npm minor/patch updates into separate production and development PRs.
  • Enable weekly Dependabot updates for GitHub Actions with a single catch-all group.

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

Comment thread .github/dependabot.yml
Comment on lines +22 to +24
groups:
actions:
patterns: ["*"]
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

@copilot apply changes based on this feedback

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Fixed in 0db5683 — added update-types: ["minor", "patch"] to the actions group so major GitHub Actions version bumps are excluded from the group and remain as individual PRs for manual review.

@headless-platform-by-wp-engine
Copy link
Copy Markdown

Check out the recent updates to your Headless Platform preview environment:

App Environment URL Build
faustjs.org preview-env-josephfusco-patch-1 https://ht…wered.com ✅ (logs)

Learn more about preview environments in our documentation.

@josephfusco josephfusco enabled auto-merge May 4, 2026 13:28
@headless-platform-by-wp-engine
Copy link
Copy Markdown

Check out the recent updates to your Headless Platform preview environment:

App Environment URL Build
faustjs.org preview-env-josephfusco-patch-1 https://ht…wered.com ✅ (logs)

Learn more about preview environments in our documentation.

@josephfusco josephfusco merged commit 3c2693a into main May 4, 2026
5 checks passed
@josephfusco josephfusco deleted the josephfusco-patch-1 branch May 4, 2026 13:42
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.

4 participants