Skip to content

Commit 12db86c

Browse files
committed
Have Dependabot update smmap submodule dependency
This makes Dependabot open version update PRs for submodules (which here is just smmap), as well as GitHub Actions. This is like gitpython-developers/GitPython#1702.
1 parent 8ec2390 commit 12db86c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: .github/dependabot.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "weekly"
7+
8+
- package-ecosystem: "gitsubmodule"
9+
directory: "/"
10+
schedule:
11+
interval: "monthly"

0 commit comments

Comments
 (0)