Skip to content

Commit

Permalink
Add submodule to automatic dependabot updates & pull submoduels durin…
Browse files Browse the repository at this point in the history
…g build
  • Loading branch information
adamus1red authored and adamus1red committed Oct 18, 2024
1 parent 58dbdc3 commit 8adf9eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,20 @@ updates:
directory: "/"
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm: "
prefix: "[GHA] "
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm: "
prefix: "[Docker] "
- package-ecosystem: "gitsubmodule"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
commit-message:
# Prefix all commit messages with "npm: "
prefix: "[HOPM] "
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
with:
submodules: recursive

-
name: Set up QEMU
Expand Down

0 comments on commit 8adf9eb

Please sign in to comment.