diff --git a/.github/workflows/update-github-actions.yml b/.github/dependabot.yml similarity index 57% rename from .github/workflows/update-github-actions.yml rename to .github/dependabot.yml index 91f302a..b754438 100644 --- a/.github/workflows/update-github-actions.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: schedule: interval: "weekly" + # Update Git Submodules daily + - package-ecosystem: gitsubmodule + schedule: + interval: "daily" + directory: / diff --git a/.github/workflows/update-submodules.yaml b/.github/workflows/update-submodules.yaml deleted file mode 100644 index 9ca3d9c..0000000 --- a/.github/workflows/update-submodules.yaml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 - -updates: - - package-ecosystem: gitsubmodule - schedule: - interval: "daily" - directory: / -