ci: add dependabot config with increase-if-necessary versioning#2400
ci: add dependabot config with increase-if-necessary versioning#2400josephfusco wants to merge 2 commits into
Conversation
|
📦 Next.js Bundle Analysis for @faustwp/getting-started-exampleThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
There was a problem hiding this comment.
Pull request overview
Adds a new Dependabot configuration for the faustjs monorepo to automate dependency update PRs across JavaScript, PHP, and GitHub Actions.
Changes:
- Introduces
.github/dependabot.ymlwith daily update schedules for npm, composer, and github-actions. - Applies
versioning-strategy: increase-if-necessaryto the npm updater to avoid rewriting declared ranges when not needed. - Sets per-ecosystem open PR limits to control update volume.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Adds a Dependabot config with daily npm, composer, and github-actions update schedules, using
versioning-strategy: increase-if-necessaryso declared dependency ranges aren't rewritten when the new version still satisfies the existing range.