CI: Add Dependabot go workspace action (#96064)

This commit is contained in:
Todd Treece
2024-11-07 20:14:04 -05:00
committed by GitHub
parent 4e318e6285
commit 0b06dca472
3 changed files with 59 additions and 0 deletions
@@ -4,6 +4,15 @@ on:
workflow_dispatch:
pull_request:
branches: [main]
paths:
- .github/workflows/pr-go-workspace-check.yml
- go.mod
- go.sum
- go.work
- go.work.sum
- '**/go.mod'
- '**/go.sum'
- '**.go'
jobs:
check: