From 584b3c73adfad1707cc3a3722f19a3c2659748fb Mon Sep 17 00:00:00 2001 From: Kitty Chiu <42864823+KittyChiu@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:20:58 +0000 Subject: [PATCH 1/5] chore: updated dependabot frequency and CODEOWNERS --- .github/CODEOWNERS | 8 ++++---- .github/dependabot.yml | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 862f55f..6a10b03 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 \ No newline at end of file +# Owners for content directory +/content/ @github/github-well-architected-maintainers diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ae5f3df..a9679f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 @@ -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" commit-message: prefix: "chore(deps)" # Group version and security updates separately. @@ -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 From 5f52eb88b3b9f0741d9d19d441a5c7ffec40b29e Mon Sep 17 00:00:00 2001 From: Kitty Chiu <42864823+KittyChiu@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:26:06 +0000 Subject: [PATCH 2/5] chore: added admins --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6a10b03..f41d7d7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,4 +4,4 @@ * @github/github-well-architected-admins @github/cse-intelligence-engine-squad @bot-digital-customer-success # Owners for content directory -/content/ @github/github-well-architected-maintainers +/content/ @github/github-well-architected-admins @github/github-well-architected-maintainers From 2822e8a66380613873ea8a1751f0d8e3a26b480b Mon Sep 17 00:00:00 2001 From: Kitty Chiu <42864823+KittyChiu@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:36:18 +0000 Subject: [PATCH 3/5] chore: assigned reviewers --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9679f8..d60a546 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,8 @@ updates: interval: "monthly" commit-message: prefix: "chore(deps)" + reviewers: + - "github/cse-intelligence-engine-squad" # Group version and security updates separately. groups: actions-version: @@ -36,6 +38,8 @@ updates: commit-message: prefix: "chore(deps)" versioning-strategy: increase-if-necessary + reviewers: + - "github/cse-intelligence-engine-squad" # Group version and security updates separately. groups: npm-version: From c34abfb9c0631e00d1fdfc0ae8ecb6d7dfaadc4b Mon Sep 17 00:00:00 2001 From: Kitty Chiu <42864823+KittyChiu@users.noreply.github.com> Date: Thu, 19 Mar 2026 22:41:04 +1100 Subject: [PATCH 4/5] Updated comments Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d60a546..09f9aa8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ # Optimized for static site operations - balancing security with maintenance effort # # Configuration principles: -# - Monthly updates to ensure dependencies are always up-to-date +# - Monthly updates to keep dependencies reasonably current while reducing update noise # - increase-if-necessary versioning for npm to minimize breaking changes # - Grouped updates per ecosystem per intentional for easier review @@ -12,7 +12,7 @@ updates: - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: - # Monthly updates to ensure dependencies are always up-to-date + # Monthly updates to balance reduced PR noise with reasonably current dependencies interval: "monthly" commit-message: prefix: "chore(deps)" @@ -33,7 +33,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - # Monthly updates to ensure dependencies are always up-to-date + # Monthly updates to balance reduced PR noise with reasonably current dependencies interval: "monthly" commit-message: prefix: "chore(deps)" From 9ef07bd76f90c122c5da82ae9f819f6e31d3c23c Mon Sep 17 00:00:00 2001 From: Kitty Chiu <42864823+KittyChiu@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:43:57 +0000 Subject: [PATCH 5/5] chore: Updated comments --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 09f9aa8..665ccc6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -2,7 +2,7 @@ # Optimized for static site operations - balancing security with maintenance effort # # Configuration principles: -# - Monthly updates to keep dependencies reasonably current while reducing update noise +# - Monthly scheduled updates to balance dependency freshness with maintenance effort # - increase-if-necessary versioning for npm to minimize breaking changes # - Grouped updates per ecosystem per intentional for easier review @@ -12,7 +12,7 @@ updates: - package-ecosystem: "github-actions" directory: "/.github/workflows" schedule: - # Monthly updates to balance reduced PR noise with reasonably current dependencies + # Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately interval: "monthly" commit-message: prefix: "chore(deps)" @@ -33,7 +33,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - # Monthly updates to balance reduced PR noise with reasonably current dependencies + # Monthly scheduled updates to balance freshness with maintenance effort; security updates can still be raised separately interval: "monthly" commit-message: prefix: "chore(deps)"