From f453b008f50b22b53ce84c7f625a07b82e90954d Mon Sep 17 00:00:00 2001 From: "Matthias J. Kannwischer" Date: Sun, 20 Oct 2024 13:25:15 +0800 Subject: [PATCH] dependabot: track armv7m branch of slothy --- .github/dependabot.yml | 2 +- .gitmodules | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c35da0..37d23c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,4 +3,4 @@ updates: - package-ecosystem: "gitsubmodule" directory: '/' schedule: - interval: "monthly" + interval: "daily" diff --git a/.gitmodules b/.gitmodules index cd5c612..804f1ee 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,4 @@ [submodule "slothy"] path = slothy url = https://github.com/slothy-optimizer/slothy + branch = armv7m