chore: add comments explaining dependabot-tidy workflow

This commit is contained in:
Marcin Rataj 2026-01-23 06:02:45 +01:00
parent 6dad317a7c
commit aaaa8fadf6
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
# Dependabot PRs are auto-tidied by .github/workflows/dependabot-tidy.yml
version: 2
updates:
- package-ecosystem: "github-actions"

View File

@ -1,3 +1,7 @@
# Dependabot only updates go.mod/go.sum in the root module, but this repo has
# multiple Go modules (see docs/examples/). This workflow runs `make mod_tidy`
# on Dependabot PRs to keep all go.sum files in sync, preventing go-check CI
# failures.
name: Dependabot Tidy
on: