← all organisations

dvsa / 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 161 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

53%
of live repos run GitHub Actions
85 of 161
3%
have Dependabot configured
the documented dependency policy
96%
have a README
basic discoverability
77%
carry a licence file
MIT is the GDS default

What stands out

53% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

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

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

Conventional Commits never took hold.

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

36% of repositories default to main.

75 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: 127127Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 66Travis CITravis CI: 88CircleCICircleCI: 00

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: 155 of 161 (96.3%)96%155/161Licence fileMIT by GDS conventionLicence file: 124 of 161 (77.0%)77%124/161ci.yml workflowthe documented filenameci.yml workflow: 28 of 161 (17.4%)17%28/161.github/dependabot.ymldocumented policy.github/dependabot.yml: 5 of 161 (3.1%)3%5/161CODEOWNERSreview routingCODEOWNERS: 10 of 161 (6.2%)6%10/161PR templatePR template: 53 of 161 (32.9%)33%53/161CONTRIBUTINGCONTRIBUTING: 33 of 161 (20.5%)20%33/161SECURITY.mdvulnerability disclosureSECURITY.md: 0 of 161 (0.0%)0%0/161Code of conductCode of conduct: 6 of 161 (3.7%)4%6/161CHANGELOGCHANGELOG: 46 of 161 (28.6%)29%46/161Architecture decision recordsArchitecture decision records: 0 of 161 (0.0%)0%0/161

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: 16 of 161 (9.9%)10%16/161Docker Composelocal devDocker Compose: 6 of 161 (3.7%)4%6/161Terraform (.tf)Terraform (.tf): 2 of 161 (1.2%)1%2/161Helm chartHelm chart: 0 of 161 (0.0%)0%0/161.editorconfig.editorconfig: 15 of 161 (9.3%)9%15/161.rubocop.ymlRuby repos mostly.rubocop.yml: 0 of 161 (0.0%)0%0/161ESLint configESLint config: 45 of 161 (28.0%)28%45/161spec/ directoryRSpec, the GDS choicespec/ directory: 19 of 161 (11.8%)12%19/161test/ or tests/test/ or tests/: 75 of 161 (46.6%)47%75/161features/ (Cucumber)features/ (Cucumber): 0 of 161 (0.0%)0%0/161

How commits are written

Commit message habits

Out of 273.8k commits across the whole estate.

Merge commitsMerge commits: 69.3k69.3k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 6.2k6.2kReference a ticket (ABC-123)Reference a ticket (ABC-123): 84.1k84.1kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 37.7k37.7kRevertsReverts: 1.3k1.3k

Most-referenced ticket prefixes

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

OLCSOLCS: 63.9k63.9kVOLVOL: 6.3k6.3kCVSBCVSB: 5.4k5.4kCB2CB2: 3.8k3.8kMESMES: 1.9k1.9kBLBL: 953953ZFZF: 311311VTAVTA: 291291CSVBCSVB: 203203VTMDEVVTMDEV: 202202ZF2ZF2: 157157AWSRESET1AWSRESET1: 110110RTARTA: 100100FTTFTT: 6060RSPRSP: 6060

Default branch

mainmain: 9898developdevelop: 9898mastermaster: 75753.20.x3.20.x: 11