From aa94393f4d8406d9469f2fca00f98d653080879e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 23 Jan 2025 22:18:54 +0000 Subject: Updating the Dependabot configuration for daily dependency updates with permission for direct dependencies and activation of security updates; disabling security updates in Renovate. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d1f0d08..e710d1b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,6 @@ updates: directory: "/" schedule: interval: "daily" + allow: + - dependency-type: "direct" + security-updates: true -- cgit v1.2.3