From ab670bec856cad1c2cf336a23c48e4c8c9512079 Mon Sep 17 00:00:00 2001 From: Soule BA Date: Tue, 10 Oct 2023 17:32:24 +0200 Subject: [PATCH] add dependabot.yml Signed-off-by: Soule BA --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..74d3bd51e --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + labels: ["dependencies"] + groups: + # xref: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#groups + ci: + patterns: + - "*" + schedule: + # By default, this will be on a monday. + interval: "weekly"