From eb8680202e0068e6e21eaafeec8cb1f5ea7652d1 Mon Sep 17 00:00:00 2001 From: MatejKastak Date: Thu, 17 Oct 2024 11:38:01 +0200 Subject: [PATCH] chore(deps): configure dependabot versioning strategy to increase --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9ec8b8..550e306 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,15 +9,19 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + versioning-strategy: increase - package-ecosystem: "pip" # See documentation for possible values directory: "/plugins/yls-yara" # Location of package manifests schedule: interval: "daily" + versioning-strategy: increase - package-ecosystem: "pip" # See documentation for possible values directory: "/pytest-yls" # Location of package manifests schedule: interval: "daily" + versioning-strategy: increase - package-ecosystem: "npm" # See documentation for possible values directory: "/editors/vscode" # Location of package manifests schedule: interval: "daily" + versioning-strategy: increase