From f95db87457dbea95e42ec77bc1a0005bb8afd1bb Mon Sep 17 00:00:00 2001 From: lurkydismal <48640375+lurkydismal@users.noreply.github.com> Date: Sat, 12 Oct 2024 05:11:47 +0000 Subject: [PATCH] Create dependabot.yml Dependabot: github-actions in the root; githubsubmodule in the root. Signed-off-by: lurkydismal <48640375+lurkydismal@users.noreply.github.com> --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..d771b12 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "weekly"