From 23c0a29f31570d39785fcfe2802a157e7d31600a Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:22:12 +0100 Subject: [PATCH] Add dependabot config --- .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..4e41c4e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: daily + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly