File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11version : 2
22
33updates :
4-
54 # Update npm packages
65 - package-ecosystem : npm
76 directory : /
@@ -12,10 +11,8 @@ updates:
1211 # First in list so Dependabot looks at updating those first
1312 design-system :
1413 patterns :
15- - ' govuk-frontend'
16- - ' accessible-autocomplete'
17- reviewers :
18- - alphagov/design-system-developers
14+ - " govuk-frontend"
15+ - " accessible-autocomplete"
1916 schedule :
2017 # Defaults to weekly on Monday
2118 interval : monthly
@@ -30,8 +27,6 @@ updates:
3027 # Update Ruby gems
3128 - package-ecosystem : bundler
3229 directory : /
33- reviewers :
34- - alphagov/design-system-developers
3530 schedule :
3631 # Defaults to weekly on Monday
3732 interval : monthly
@@ -46,8 +41,6 @@ updates:
4641 # Update GitHub Actions
4742 - package-ecosystem : github-actions
4843 directory : /
49- reviewers :
50- - alphagov/design-system-developers
5144 schedule :
5245 # Defaults to weekly on Monday
5346 interval : monthly
Original file line number Diff line number Diff line change 11# CI/CD (which has 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+ # Track changes to Gemfiles
8+ /Gemfile @ alphagov/design-system-developers
9+ /Gemfile.lock @ alphagov/design-system-developers
10+
11+ # Protect the CODEOWNERS file itself against malicious changes
12+ CODEOWNERS @ alphagov/design-system-developers
You can’t perform that action at this time.
0 commit comments