From ae2deef5fad02d4f6fe17b1dbc000723dc045d9d Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 15 May 2023 13:29:38 +0300 Subject: [PATCH] fix(github): Fix dependabot configuration --- .../update-github-actions.yml => dependabot.yml} | 5 +++++ .github/workflows/update-submodules.yaml | 8 -------- 2 files changed, 5 insertions(+), 8 deletions(-) rename .github/{workflows/update-github-actions.yml => dependabot.yml} (57%) delete mode 100644 .github/workflows/update-submodules.yaml 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: / -