File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments