Skip to content

Commit

Permalink
feat(dependabot): use also for git submodules
Browse files Browse the repository at this point in the history
- at the time of writing we have one git submodule
  9elements/firmware-action-example which is used for documentation
  purposes and should be kept up-to-date

Signed-off-by: AtomicFS <[email protected]>
  • Loading branch information
AtomicFS committed Oct 30, 2024
1 parent b8565fa commit 2bb1fba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ updates:
update-types:
- 'minor'
- 'patch'

- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
time: "00:00"

0 comments on commit 2bb1fba

Please sign in to comment.