Skip to content

Commit

Permalink
Add todo/release label to "Go Runtime" PRs
Browse files Browse the repository at this point in the history
This label is intended to provide a "hook" for Dependabot generated
"Go Runtime" PRs for later automation purposes.
  • Loading branch information
atc0005 committed Mar 8, 2024
1 parent b9d0ece commit 08b5cfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ updates:
labels:
- "dependencies"
- "CI"
- "todo/release"
allow:
- dependency-type: "all"
commit-message:
Expand All @@ -127,6 +128,7 @@ updates:
labels:
- "dependencies"
- "CI"
- "todo/release"
allow:
- dependency-type: "all"
commit-message:
Expand Down

0 comments on commit 08b5cfc

Please sign in to comment.