From 43d378393a8665b6e4dbb7fb1ea9b1bb3d34d81a Mon Sep 17 00:00:00 2001 From: Arto Bendiken Date: Mon, 11 Nov 2024 08:58:16 +0400 Subject: [PATCH] Configure Dependabot version updates. --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..b56ae43 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file +--- +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" # Location of package manifests + schedule: + interval: "weekly"