Skip to content

Commit

Permalink
Have Dependabot update smmap submodule dependency
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
EliahKagan committed Oct 13, 2023
1 parent 8ec2390 commit 12db86c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "weekly"

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 12db86c

Please sign in to comment.