Skip to content

Commit 53d3abd

Browse files
authored
Dependabot: also monitor gitlint-core (#368)
Previously, dependabot only monitored top-level gitlint dependencies, but not gitlint-core dependencies.
1 parent b5d263e commit 53d3abd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ updates:
1212
directory: /
1313
schedule:
1414
interval: daily
15+
- package-ecosystem: pip
16+
directory: /gitlint-core
17+
schedule:
18+
interval: daily

0 commit comments

Comments
 (0)