Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Default owners for all files in the repository
* @github/github-well-architected-admins @github/cse-intelligence-engine-squad @bot-digital-customer-success @github/github-well-architected-maintainers
# This includes CICD workflows (/.github), utility scripts for production deployments (/script), and other CSE-specific configurations
* @github/github-well-architected-admins @github/cse-intelligence-engine-squad @bot-digital-customer-success

# Owners for .github and script directories
# This includes CICD workflows, and other CSE-specific configurations
/.github/ @github/github-well-architected-admins @github/cse-intelligence-engine-squad @bot-digital-customer-success
# Owners for content directory
/content/ @github/github-well-architected-maintainers
Comment thread
KittyChiu marked this conversation as resolved.
Outdated
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Optimized for static site operations - balancing security with maintenance effort
#
# Configuration principles:
# - 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

Expand All @@ -12,8 +12,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
# Daily updates to ensure dependencies are always up-to-date
interval: "daily"
# Monthly updates to ensure dependencies are always up-to-date
interval: "monthly"
Comment thread
KittyChiu marked this conversation as resolved.
Outdated
commit-message:
prefix: "chore(deps)"
# Group version and security updates separately.
Expand All @@ -31,8 +31,8 @@ updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
# Daily updates to ensure dependencies are always up-to-date
interval: "daily"
# Monthly updates to ensure dependencies are always up-to-date
interval: "monthly"
commit-message:
prefix: "chore(deps)"
versioning-strategy: increase-if-necessary
Expand Down
Loading