Skip to content

Commit

Permalink
Merge pull request #4794 from assimp/kimkulling/prepare_submodule_update
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
kimkulling committed Nov 13, 2022
2 parents cfed745 + 49b3649 commit 97d7f68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "gitsubmodule"
directory: "/" # the .gitmodules file must be placed at the top-level directory of a git working tree
schedule:
interval: "weekly"
open-pull-requests-limit: 15 # Assimp has 15 dependencies
4 changes: 3 additions & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ jobs:

steps:
- uses: actions/checkout@v3

with:
submodules: true

- uses: lukka/get-cmake@latest

- uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 97d7f68

Please sign in to comment.