← all organisations

UKHomeOffice / 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 1,019 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

14%
of live repos run GitHub Actions
145 of 1019
5%
have Dependabot configured
the documented dependency policy
95%
have a README
basic discoverability
60%
carry a licence file
MIT is the GDS default

What stands out

14% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

7 repositories carry a Jenkinsfile and 153 a .travis.yml, but among live repositories that falls to 6 and 143 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.

75% 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. 55.6k of 74.4k merge commits carry that signature, which is unusually high discipline for an estate this old and this large.

Conventional Commits never took hold.

Only 1.7% of commits use the feat:/fix: prefix convention, against 24% 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 35 characters.

22% of repositories default to main.

940 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: 165165Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 77Travis CITravis CI: 153153CircleCICircleCI: 44

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: 965 of 1019 (94.7%)95%965/1019Licence fileMIT by GDS conventionLicence file: 610 of 1019 (59.9%)60%610/1019ci.yml workflowthe documented filenameci.yml workflow: 3 of 1019 (0.3%)0%3/1019.github/dependabot.ymldocumented policy.github/dependabot.yml: 51 of 1019 (5.0%)5%51/1019CODEOWNERSreview routingCODEOWNERS: 18 of 1019 (1.8%)2%18/1019PR templatePR template: 30 of 1019 (2.9%)3%30/1019CONTRIBUTINGCONTRIBUTING: 138 of 1019 (13.5%)14%138/1019SECURITY.mdvulnerability disclosureSECURITY.md: 15 of 1019 (1.5%)1%15/1019Code of conductCode of conduct: 75 of 1019 (7.4%)7%75/1019CHANGELOGCHANGELOG: 50 of 1019 (4.9%)5%50/1019Architecture decision recordsArchitecture decision records: 3 of 1019 (0.3%)0%3/1019

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: 452 of 1019 (44.4%)44%452/1019Docker Composelocal devDocker Compose: 65 of 1019 (6.4%)6%65/1019Terraform (.tf)Terraform (.tf): 107 of 1019 (10.5%)11%107/1019Helm chartHelm chart: 16 of 1019 (1.6%)2%16/1019.editorconfig.editorconfig: 56 of 1019 (5.5%)5%56/1019.rubocop.ymlRuby repos mostly.rubocop.yml: 2 of 1019 (0.2%)0%2/1019ESLint configESLint config: 103 of 1019 (10.1%)10%103/1019spec/ directoryRSpec, the GDS choicespec/ directory: 25 of 1019 (2.5%)2%25/1019test/ or tests/test/ or tests/: 232 of 1019 (22.8%)23%232/1019features/ (Cucumber)features/ (Cucumber): 8 of 1019 (0.8%)1%8/1019

How commits are written

Commit message habits

Out of 423.9k commits across the whole estate.

Merge commitsMerge commits: 74.4k74.4k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 55.6k55.6kReference a ticket (ABC-123)Reference a ticket (ABC-123): 102.2k102.2kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 7.2k7.2kRevertsReverts: 2.4k2.4k

Most-referenced ticket prefixes

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

HBASEHBASE: 34.5k34.5kHOCSHOCS: 11.9k11.9kKEYCLOAKKEYCLOAK: 8k8kDRTIIDRTII: 7.8k7.8kEEEE: 5.7k5.7kNIFINIFI: 4.7k4.7kDRTDRT: 3.9k3.9kASLASL: 2k2kTOOLSTOOLS: 1.9k1.9kMSMS: 1.3k1.3kKNOXKNOX: 1.2k1.2kEPPEPP: 1.1k1.1kHOFFHOFF: 896896EAHWEAHW: 846846PTTGPTTG: 799799

Default branch

mastermaster: 940940mainmain: 262262leaderleader: 33sast-scanssast-scans: 22DevDev: 11developdevelop: 11