Skip to content

Commit c5c31d8

Browse files
authored
Merge pull request #4672 from alphagov/update-codeowners-file
2 parents 886ad0d + 5c6cc92 commit c5c31d8

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,6 @@ updates:
7676
- dependency-name: 'iframe-resizer'
7777
update-types: ['version-update:semver-major']
7878

79-
reviewers:
80-
- alphagov/design-system-developers
81-
8279
# Schedule run every Monday, local time
8380
schedule:
8481
interval: monthly
@@ -93,8 +90,6 @@ updates:
9390
# Update GitHub Actions
9491
- package-ecosystem: github-actions
9592
directory: /
96-
reviewers:
97-
- alphagov/design-system-developers
9893

9994
# Schedule run every Monday, local time
10095
schedule:

CODEOWNERS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
# Workflows (which have access to secrets and to production)
22
.github/workflows/ @alphagov/design-system-developers
3+
4+
# Track changes to package.json or package-lock.json
5+
/package*.json @alphagov/design-system-developers
6+
7+
# Protect the CODEOWNERS file itself against malicious changes
8+
CODEOWNERS @alphagov/design-system-developers

0 commit comments

Comments
 (0)