← all organisations

DFEAGILEDEVOPS / Practices

Continuous integration, dependency management, testing and commit discipline, measured from the repositories themselves.

Every claim here is measured against the file tree at HEAD and the commit history, for the 18 live repositories with real history. Archived repositories are excluded from the scorecards: judging a 2013 prototype against a 2026 standard tells you nothing useful.

Practice at a glance

0%
of live repos run GitHub Actions
0 of 18
0%
have Dependabot configured
the documented dependency policy
89%
have a README
basic discoverability
56%
carry a licence file
MIT is the GDS default

What stands out

0% of the live estate runs GitHub Actions.

RFC-123 made GitHub Actions the preferred CI platform, and the file system agrees: 0 of 18 live repositories carry a workflow.

Jenkins and Travis are archaeology here.

0 repositories carry a Jenkinsfile and 2 a .travis.yml, but among live repositories that falls to 0 and 2 respectively. GOV.UK does still run Jenkins for deployment where the manual says platform integration requires it - that machinery simply is not in these public repositories.

5% of merge commits came through the GitHub PR button.

The manual is explicit: merge via the GitHub UI so the PR number lands in the merge commit. 478 of 9.7k merge commits carry that signature, which is unusually high discipline for an estate this old and this large.

Conventional Commits never took hold.

Only 2.8% of commits use the feat:/fix: prefix convention, against 0% that reference a ticket identifier. GOV.UK's manual does not mandate Conventional Commits, and the history shows a house style of plain-English subjects averaging 30 characters.

4% of repositories default to main.

23 still default to master - almost entirely archived repositories frozen before the 2020 rename became standard.

Continuous integration

CI platform, whole estate

Counted across all repositories with history, including archived ones, so the historical platforms are visible.

GitHub ActionsGitHub Actions: 00Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 00Travis CITravis CI: 22CircleCICircleCI: 11

Repository hygiene

Community health and documented conventions

Live repositories only. Bars are coloured by adoption: green above 75%, yellow above 45%, pink above 20%, red below.

READMEREADME: 16 of 18 (88.9%)89%16/18Licence fileMIT by GDS conventionLicence file: 10 of 18 (55.6%)56%10/18ci.yml workflowthe documented filenameci.yml workflow: 0 of 18 (0.0%)0%0/18.github/dependabot.ymldocumented policy.github/dependabot.yml: 0 of 18 (0.0%)0%0/18CODEOWNERSreview routingCODEOWNERS: 0 of 18 (0.0%)0%0/18PR templatePR template: 0 of 18 (0.0%)0%0/18CONTRIBUTINGCONTRIBUTING: 2 of 18 (11.1%)11%2/18SECURITY.mdvulnerability disclosureSECURITY.md: 0 of 18 (0.0%)0%0/18Code of conductCode of conduct: 0 of 18 (0.0%)0%0/18CHANGELOGCHANGELOG: 2 of 18 (11.1%)11%2/18Architecture decision recordsArchitecture decision records: 1 of 18 (5.6%)6%1/18

Tooling and testing

Build, container and test tooling

Live repositories only. Language-specific items are naturally capped by the share of repositories in that language.

DockerfileDockerfile: 5 of 18 (27.8%)28%5/18Docker Composelocal devDocker Compose: 1 of 18 (5.6%)6%1/18Terraform (.tf)Terraform (.tf): 0 of 18 (0.0%)0%0/18Helm chartHelm chart: 0 of 18 (0.0%)0%0/18.editorconfig.editorconfig: 3 of 18 (16.7%)17%3/18.rubocop.ymlRuby repos mostly.rubocop.yml: 0 of 18 (0.0%)0%0/18ESLint configESLint config: 1 of 18 (5.6%)6%1/18spec/ directoryRSpec, the GDS choicespec/ directory: 1 of 18 (5.6%)6%1/18test/ or tests/test/ or tests/: 5 of 18 (27.8%)28%5/18features/ (Cucumber)features/ (Cucumber): 0 of 18 (0.0%)0%0/18

How commits are written

Commit message habits

Out of 34.3k commits across the whole estate.

Merge commitsMerge commits: 9.7k9.7k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 478478Reference a ticket (ABC-123)Reference a ticket (ABC-123): 44Conventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 954954RevertsReverts: 201201

Most-referenced ticket prefixes

The trace of the issue trackers GDS has used over fifteen years.

R105R105: 22MTCMTC: 11UTFUTF: 11

Default branch

mastermaster: 2323mainmain: 11