Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UFS-dev PR#189 #486

Merged
merged 21 commits into from
Jul 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
2f0478c
Updating Github action versions that the CI is warning will be deprec…
scrasmussen May 22, 2024
a19a29d
Add dependabot.yml to keep Github actions up to date
RobertPincus May 23, 2024
8cb1c75
Pointing to bugfix/build_scm_nvfortran branch
scrasmussen May 23, 2024
fdeba64
update ccpp/physics submodule
grantfirl Jun 4, 2024
c9de89a
Merge branch 'main' into update/github-action-versions
grantfirl Jun 4, 2024
7a6cf52
GFS_typedefs changes for ufs-dev-PR205
grantfirl Jun 5, 2024
1c7d5c6
host changes to work with ufs-dev #189
grantfirl Jun 5, 2024
679a679
add MPI include statements to SCM CMakeLists.txt
grantfirl Jun 5, 2024
9d2bb11
update ccpp/physics submodule pointer
grantfirl Jun 5, 2024
893cb7e
set cdata%thread_cnt in scm.F90
Jun 6, 2024
f8b505d
Merge branch 'update/github-action-versions' into ufs-dev-PR189
grantfirl Jun 6, 2024
283208e
Merge branch 'feature-add-dependabot' into ufs-dev-PR189
grantfirl Jun 6, 2024
53d9628
update .gitmodules for testing
grantfirl Jun 6, 2024
33bf2b0
update ccpp/physics submodule pointer
grantfirl Jun 6, 2024
a47774b
add Debug mode to DEPHY CI test to debug
grantfirl Jun 6, 2024
fe374b6
Merge branch 'main' into ufs-dev-PR189
grantfirl Jun 10, 2024
505a473
update Hera modulefiles to match the latest UFS
grantfirl Jun 11, 2024
8a479e8
be specific about w3emc in hera_gnu.lua
grantfirl Jun 11, 2024
11e52c9
Merge branch 'main' into ufs-dev-PR189
grantfirl Jul 1, 2024
e10149b
change RT artifact dir on server
grantfirl Jul 1, 2024
dbff20b
update ccpp/physics submodule pointer and .gitmodules
grantfirl Jul 8, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add dependabot.yml to keep Github actions up to date
RobertPincus committed May 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit a19a29d26c257e88d36aaef0c035feff467d5608
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"