Skip to content

Commit 410de82

Browse files
authored
fix: enforce semantic commits in Renovate config (#205)
* Add Ethereum client and monitoring images to Renovate Track all Docker images in docker-compose.yml and nimbus/Dockerfile: - Nethermind, Lighthouse, Teku (docker-compose.yml) - Nimbus eth2 + validator-client (nimbus/Dockerfile) - Prometheus, Grafana (docker-compose.yml) Groups: eth-clients, monitoring, charon (existing), github-actions (existing) * fix: enforce semantic commits in Renovate config
1 parent e8dc10f commit 410de82

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"semanticCommits": "enabled",
67
"enabledManagers": [
78
"github-actions",
89
"regex"

0 commit comments

Comments
 (0)