Skip to content

Commit c2e4e79

Browse files
authored
ci: label dependabot changes as 'build' patch changes in pull requests (#21)
1 parent 584a055 commit c2e4e79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ updates:
55
schedule:
66
interval: "daily"
77
labels:
8-
- "code health"
8+
- "build"
9+
- "semver:patch"
910
- package-ecosystem: "github-actions"
1011
directory: "/"
1112
schedule:
1213
interval: "daily"
1314
labels:
14-
- "code health"
15+
- "build"
16+
- "semver:patch"

0 commit comments

Comments
 (0)