summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoris Roovers <joris.roovers@gmail.com>2022-11-21 11:57:36 +0100
committerGitHub <noreply@github.com>2022-11-21 11:57:36 +0100
commit53d3abd6bc78e9f10aff7ca9fcc8a62d530e3cd2 (patch)
tree5bbd80491b6955959d90eb93cbd24e46d9ed46fc
parentb5d263e20faea967417e7f804714d9a154f1d003 (diff)
Dependabot: also monitor gitlint-core (#368)
Previously, dependabot only monitored top-level gitlint dependencies, but not gitlint-core dependencies.
-rw-r--r--.github/dependabot.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 7c33438..a781b54 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -12,3 +12,7 @@ updates:
directory: /
schedule:
interval: daily
+ - package-ecosystem: pip
+ directory: /gitlint-core
+ schedule:
+ interval: daily