Skip to content

Commit 584b3c7

Browse files
committed
chore: updated dependabot frequency and CODEOWNERS
1 parent c1c4917 commit 584b3c7

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/CODEOWNERS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

.github/dependabot.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)