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 <vojtech.vesely@9elements.com>
  • Loading branch information
AtomicFS committed Oct 31, 2024
1 parent a31adf9 commit ea075ac
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 ea075ac

Please sign in to comment.