Skip to content

Commit

Permalink
Have Dependabot offer submodule updates
Browse files Browse the repository at this point in the history
This extends the current Dependabot configuration so that, in
addition to offering updates for GitHub Actions, it also offers
them for git submodules (for the gitdb direct submodule).
  • Loading branch information
EliahKagan committed Oct 13, 2023
1 parent 1e7d885 commit 7b1c046
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,8 @@ updates:
directory: "/"
schedule:
interval: "weekly"

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

0 comments on commit 7b1c046

Please sign in to comment.