Skip to content

Commit

Permalink
[ci] Add LTS branch to dependabot action (#555)
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtreece authored Dec 18, 2024
1 parent 3a88d77 commit bd8265b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: "Update Go Workspace for Dependabot PRs"
on:
pull_request:
branches: [main]
branches:
- main
- 'lts/**'
paths:
- .github/workflows/dependabot.yml
- go.mod
Expand Down

0 comments on commit bd8265b

Please sign in to comment.