Skip to content

Commit 3eb8213

Browse files
authored
Add patch label to all Dependabot PRs (#45)
The Dependabot PRs will continue to be labelled with `dependencies` too. [Setting custom labels][1] [1]: https://docs.github.com/en/github/administering-a-repository/customizing-dependency-updates#setting-custom-labels
1 parent efa14f5 commit 3eb8213

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yml

+3
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ updates:
99
schedule:
1010
# Check for updates to GitHub Actions every weekday
1111
interval: "daily"
12+
labels:
13+
- "dependencies"
14+
- "patch"

0 commit comments

Comments
 (0)