ci(dependabot): apply playground exclusions to npm updates#108
ci(dependabot): apply playground exclusions to npm updates#1089romise merged 1 commit intonpmx-dev:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe change adds npm dependency management configuration to Dependabot. Specifically, it introduces a new npm update entry to the existing Dependabot configuration file, set to check for updates weekly at the repository root directory. The existing github-actions configuration remains unchanged. This is a straightforward addition of 4 lines with no removals. 🚥 Pre-merge checks | ✅ 1✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Follow up on #105 to clarify and fix how
exclude-pathsis applied in Dependabot.The previous change added
exclude-pathsfor thegithub-actionsecosystem, but that only affects workflow/action updates under.github/workflows. It does not apply to package manifests such aspackage.json.Since Dependabot handles
npm,yarn, andpnpmmanifests under thenpmecosystem, dependency updates inplayground/**could still trigger PRs, such as the recentplayground/yarnaxios update.