From 7fcf8ce922fd437befec22a2717550265a260cd4 Mon Sep 17 00:00:00 2001 From: ralongit Date: Sun, 25 Feb 2024 14:07:09 +0200 Subject: [PATCH] Add Dependabot Weekly scan for new dependancies versions. --- .github/workflows/dependabot.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/dependabot.yaml diff --git a/.github/workflows/dependabot.yaml b/.github/workflows/dependabot.yaml new file mode 100644 index 0000000..9d33724 --- /dev/null +++ b/.github/workflows/dependabot.yaml @@ -0,0 +1,11 @@ +# To get started with Dependabot version updates, you'll need to specify which +# package ecosystems to update and where the package manifests are located. +# Please see the documentation for all configuration options: +# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "pip" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly" \ No newline at end of file