← all organisations

DFE-Digital / 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 645 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

40%
of live repos run GitHub Actions
259 of 645
16%
have Dependabot configured
the documented dependency policy
87%
have a README
basic discoverability
65%
carry a licence file
MIT is the GDS default

What stands out

40% of the live estate runs GitHub Actions.

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

Jenkins and Travis are archaeology here.

1 repositories carry a Jenkinsfile and 55 a .travis.yml, but among live repositories that falls to 0 and 31 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. 112.6k of 149.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 3.5% of commits use the feat:/fix: prefix convention, against 4% 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 37 characters.

70% of repositories default to main.

232 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: 310310Jenkins (Jenkinsfile)Jenkins (Jenkinsfile): 11Travis CITravis CI: 5555CircleCICircleCI: 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: 559 of 645 (86.7%)87%559/645Licence fileMIT by GDS conventionLicence file: 417 of 645 (64.7%)65%417/645ci.yml workflowthe documented filenameci.yml workflow: 23 of 645 (3.6%)4%23/645.github/dependabot.ymldocumented policy.github/dependabot.yml: 104 of 645 (16.1%)16%104/645CODEOWNERSreview routingCODEOWNERS: 40 of 645 (6.2%)6%40/645PR templatePR template: 69 of 645 (10.7%)11%69/645CONTRIBUTINGCONTRIBUTING: 21 of 645 (3.3%)3%21/645SECURITY.mdvulnerability disclosureSECURITY.md: 1 of 645 (0.2%)0%1/645Code of conductCode of conduct: 6 of 645 (0.9%)1%6/645CHANGELOGCHANGELOG: 46 of 645 (7.1%)7%46/645Architecture decision recordsArchitecture decision records: 41 of 645 (6.4%)6%41/645

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: 163 of 645 (25.3%)25%163/645Docker Composelocal devDocker Compose: 66 of 645 (10.2%)10%66/645Terraform (.tf)Terraform (.tf): 110 of 645 (17.1%)17%110/645Helm chartHelm chart: 0 of 645 (0.0%)0%0/645.editorconfig.editorconfig: 113 of 645 (17.5%)18%113/645.rubocop.ymlRuby repos mostly.rubocop.yml: 60 of 645 (9.3%)9%60/645ESLint configESLint config: 43 of 645 (6.7%)7%43/645spec/ directoryRSpec, the GDS choicespec/ directory: 72 of 645 (11.2%)11%72/645test/ or tests/test/ or tests/: 96 of 645 (14.9%)15%96/645features/ (Cucumber)features/ (Cucumber): 7 of 645 (1.1%)1%7/645

How commits are written

Commit message habits

Out of 774.5k commits across the whole estate.

Merge commitsMerge commits: 149.3k149.3k...of which 'Merge pull request #n'...of which 'Merge pull request #n': 112.6k112.6kReference a ticket (ABC-123)Reference a ticket (ABC-123): 30.6k30.6kConventional Commits (feat:, fix:)Conventional Commits (feat:, fix:): 27.3k27.3kRevertsReverts: 3.6k3.6k

Most-referenced ticket prefixes

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

NSANSA: 4.6k4.6kNTPNTP: 2.7k2.7kCPDLPCPDLP: 2.3k2.3kCPDNPQCPDNPQ: 1.5k1.5kSUISUI: 1.2k1.2kCAPTCAPT: 1.1k1.1kDSIDSI: 1.1k1.1kSWIPSWIP: 1.1k1.1kTEVATEVA: 920920GETGET: 873873ERER: 796796CSTCST: 790790FHGFHG: 789789ECPECP: 779779ELIGELIG: 754754

Default branch

mainmain: 579579mastermaster: 232232developdevelop: 55developmentdevelopment: 33targettarget: 11nextnext: 11