← all organisations

DEFRA / 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,137 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

68%
of live repos run GitHub Actions
768 of 1137
23%
have Dependabot configured
the documented dependency policy
97%
have a README
basic discoverability
78%
carry a licence file
MIT is the GDS default

What stands out

68% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

235 repositories carry a Jenkinsfile and 64 a .travis.yml, but among live repositories that falls to 46 and 4 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.

38% 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. 42.2k of 112.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 6.9% of commits use the feat:/fix: prefix convention, against 12% 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.

83% of repositories default to main.

225 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: 1k1kJenkins (Jenkinsfile)Jenkins (Jenkinsfile): 235235Travis CITravis CI: 6464CircleCICircleCI: 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: 1103 of 1137 (97.0%)97%1103/1137Licence fileMIT by GDS conventionLicence file: 891 of 1137 (78.4%)78%891/1137ci.yml workflowthe documented filenameci.yml workflow: 77 of 1137 (6.8%)7%77/1137.github/dependabot.ymldocumented policy.github/dependabot.yml: 256 of 1137 (22.5%)23%256/1137CODEOWNERSreview routingCODEOWNERS: 90 of 1137 (7.9%)8%90/1137PR templatePR template: 59 of 1137 (5.2%)5%59/1137CONTRIBUTINGCONTRIBUTING: 86 of 1137 (7.6%)8%86/1137SECURITY.mdvulnerability disclosureSECURITY.md: 9 of 1137 (0.8%)1%9/1137Code of conductCode of conduct: 4 of 1137 (0.4%)0%4/1137CHANGELOGCHANGELOG: 102 of 1137 (9.0%)9%102/1137Architecture decision recordsArchitecture decision records: 23 of 1137 (2.0%)2%23/1137

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: 765 of 1137 (67.3%)67%765/1137Docker Composelocal devDocker Compose: 575 of 1137 (50.6%)51%575/1137Terraform (.tf)Terraform (.tf): 1 of 1137 (0.1%)0%1/1137Helm chartHelm chart: 3 of 1137 (0.3%)0%3/1137.editorconfig.editorconfig: 549 of 1137 (48.3%)48%549/1137.rubocop.ymlRuby repos mostly.rubocop.yml: 31 of 1137 (2.7%)3%31/1137ESLint configESLint config: 373 of 1137 (32.8%)33%373/1137spec/ directoryRSpec, the GDS choicespec/ directory: 26 of 1137 (2.3%)2%26/1137test/ or tests/test/ or tests/: 405 of 1137 (35.6%)36%405/1137features/ (Cucumber)features/ (Cucumber): 11 of 1137 (1.0%)1%11/1137

How commits are written

Commit message habits

Out of 710.7k commits across the whole estate.

Merge commitsMerge commits: 112.4k112.4k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 42.2k42.2kReference a ticket (ABC-123)Reference a ticket (ABC-123): 83k83kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 49.4k49.4kRevertsReverts: 3.2k3.2k

Most-referenced ticket prefixes

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

PAEPAE: 9.7k9.7kEANEAN: 9.2k9.2kRUBYRUBY: 4.5k4.5kEUDPAEUDPA: 3.2k3.2kWATERWATER: 3.2k3.2kAHWRAHWR: 3.2k3.2kCORECORE: 3.1k3.1kCDMSCDMS: 2.8k2.8kIMTAIMTA: 2.6k2.6kFCRMFCRM: 2.4k2.4kMLML: 2.1k2.1kFI0FI0: 2k2kTGCTGC: 1.7k1.7kDWTDWT: 1.7k1.7kBNGPBNGP: 1.7k1.7k

Default branch

mainmain: 1.5k1.5kmastermaster: 225225devdev: 3535developdevelop: 3232developmentdevelopment: 1313gh-pagesgh-pages: 22