File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
22# Default owners for all files in the repository
3- * @ github/github-well-architected-admins @ github/cse-intelligence-engine-squad @ bot-digital-customer-success @ github/github-well-architected-maintainers
3+ # This includes CICD workflows (/.github), utility scripts for production deployments (/script), and other CSE-specific configurations
4+ * @ github/github-well-architected-admins @ github/cse-intelligence-engine-squad @ bot-digital-customer-success
45
5- # Owners for .github and script directories
6- # This includes CICD workflows, and other CSE-specific configurations
7- /.github / @ github/github-well-architected-admins @ github/cse-intelligence-engine-squad @ bot-digital-customer-success
6+ # Owners for content directory
7+ /content / @ github/github-well-architected-maintainers
Original file line number Diff line number Diff line change 22# Optimized for static site operations - balancing security with maintenance effort
33#
44# Configuration principles:
5- # - Daily updates to ensure dependencies are always up-to-date
5+ # - Monthly updates to ensure dependencies are always up-to-date
66# - increase-if-necessary versioning for npm to minimize breaking changes
77# - Grouped updates per ecosystem per intentional for easier review
88
@@ -12,8 +12,8 @@ updates:
1212 - package-ecosystem : " github-actions"
1313 directory : " /.github/workflows"
1414 schedule :
15- # Daily updates to ensure dependencies are always up-to-date
16- interval : " daily "
15+ # Monthly updates to ensure dependencies are always up-to-date
16+ interval : " monthly "
1717 commit-message :
1818 prefix : " chore(deps)"
1919 # Group version and security updates separately.
@@ -31,8 +31,8 @@ updates:
3131 - package-ecosystem : " npm"
3232 directory : " /"
3333 schedule :
34- # Daily updates to ensure dependencies are always up-to-date
35- interval : " daily "
34+ # Monthly updates to ensure dependencies are always up-to-date
35+ interval : " monthly "
3636 commit-message :
3737 prefix : " chore(deps)"
3838 versioning-strategy : increase-if-necessary
You can’t perform that action at this time.
0 commit comments