From 8f24bd7e961707704e5edbc563699aa4eec297a7 Mon Sep 17 00:00:00 2001 From: effective-range Date: Sat, 11 Jan 2025 12:51:49 +0100 Subject: [PATCH] chore: add dependabot configuration for GitHub Actions and submodules --- .github/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..3696026 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,11 @@ +--- +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file