From 4e594a6717c8774015c5ad33cdd80c5901737c67 Mon Sep 17 00:00:00 2001 From: Kevin Broch <86068473+kbroch-rivosinc@users.noreply.github.com> Date: Thu, 12 Dec 2024 01:27:26 -0800 Subject: [PATCH] add dependabot to create PR to update the submodules to latest (#467) relates to https://github.com/riscv-admin/docs-sig/issues/63 Signed-off-by: Kevin Broch --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..34d92e47 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,8 @@ +--- +# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#package-ecosystem +version: 2 +updates: + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: daily