瀏覽代碼

Merge branch 'master' into KHR_materials_emissive_strength

Kim Kulling 2 年之前
父節點
當前提交
7f35bfb9e3
共有 2 個文件被更改,包括 9 次插入2 次删除
  1. 6 1
      .github/dependabot.yml
  2. 3 1
      .github/workflows/ccpp.yml

+ 6 - 1
.github/dependabot.yml

@@ -1,6 +1,11 @@
 version: 2
 version: 2
 updates:
 updates:
-  - package-ecosystem: "github-actions"
+- package-ecosystem: "github-actions"
     directory: "/"
     directory: "/"
     schedule:
     schedule:
       interval: "weekly"
       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

+ 3 - 1
.github/workflows/ccpp.yml

@@ -47,7 +47,9 @@ jobs:
 
 
     steps:
     steps:
     - uses: actions/checkout@v3
     - uses: actions/checkout@v3
-    
+      with:
+          submodules: true
+          
     - uses: lukka/get-cmake@latest
     - uses: lukka/get-cmake@latest
     
     
     - uses: ilammy/msvc-dev-cmd@v1
     - uses: ilammy/msvc-dev-cmd@v1