Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,9 @@ BASE_URL=https://YOUR_DOMAIN_OR_FUNCTION_URL mise exec -- make smoke
- Keep changes focused and small.
- Include tests for behavioral changes.
- Update `README.md` when API behavior changes.

## Dependency maintenance

- Dependabot PRs (`gomod`, `github-actions`) are reviewed weekly.
- Merge only with passing CI checks.
- For failing dependency PRs, push a fix commit to the PR branch or replace it with a clean follow-up PR.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,12 @@ projects/PROJECT_NUMBER/locations/global/workloadIdentityPools/POOL_ID/providers
- `Smoke Tests` workflow can be run manually (`workflow_dispatch`) with a `base_url` input.
- `Deploy` workflow deploys to GCP on `master` using OIDC/WIF.

## 📦 Dependency Policy

- Dependabot is enabled for `gomod` and `github-actions` on a weekly schedule.
- Merge dependency PRs only after CI is green.
- If a dependency PR fails CI, either patch on top of that branch or close and open a follow-up PR from `master`.

## 🤝 Contributing

See `CONTRIBUTING.md`.