Skip to content

Commit

Permalink
Submod Changes (#23)
Browse files Browse the repository at this point in the history
* recommend shallow submodules

* update PelePhysics submodule

* add dependabot to update submodules

* fix error in dependabot
  • Loading branch information
baperry2 authored Sep 11, 2024
1 parent 29cf8df commit f257a9b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2

updates:
- package-ecosystem: gitsubmodule
schedule:
interval: "monthly"
directory: /
allow:
- dependency-name: "Submodules/PelePhysics"
- dependency-name: "Submodules/qslim"
2 changes: 2 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[submodule "Submodules/PelePhysics"]
path = Submodules/PelePhysics
url = https://github.com/AMReX-Combustion/PelePhysics.git
shallow = true
[submodule "Submodules/qslim"]
path = Submodules/qslim
url = https://github.com/AMReX-Combustion/qslim.git
shallow = true

0 comments on commit f257a9b

Please sign in to comment.