From 90a0ba8b97d6cf6516e1108420ac1811e82ef9aa Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Thu, 23 Jan 2025 22:29:33 +0000 Subject: Changing the Dependabot configuration to update dependencies once a week and adding support for GitHub Actions updates; removing the Renovate configuration. --- .github/dependabot.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github/dependabot.yml') diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e710d1b..782a0ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,8 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "daily" - allow: - - dependency-type: "direct" - security-updates: true + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" -- cgit v1.2.3