Update dependabot frequency and CODEOWNERS#53
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
There was a problem hiding this comment.
Pull request overview
This PR updates repository automation and ownership configuration under .github by reducing Dependabot update cadence and adjusting CODEOWNERS routing for the content area.
Changes:
- Change Dependabot schedules for GitHub Actions and npm from daily to monthly.
- Update CODEOWNERS so the default owners list is reduced, and
/content/is assigned to@github/github-well-architected-maintainers.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
.github/dependabot.yml |
Switch Dependabot update interval to monthly for actions and npm; update accompanying comments. |
.github/CODEOWNERS |
Modify default owners and add a dedicated /content/ ownership rule. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
| # - Daily updates to ensure dependencies are always up-to-date | ||
| # - Monthly updates to ensure dependencies are always up-to-date | ||
| # - increase-if-necessary versioning for npm to minimize breaking changes | ||
| # - Grouped updates per ecosystem per intentional for easier review |
✅ Site Deployment Request SubmittedA request for live site deployment has been submitted. Next Steps
Note: If this contribution involves collaboration with GitHub, please contact your GitHub representative to help expedite the deployment process. Internal xref: |
✅ Site Deployment Request SubmittedA request for live site deployment has been submitted. Next Steps
Note: If this contribution involves collaboration with GitHub, please contact your GitHub representative to help expedite the deployment process. Internal xref: |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
No description provided.