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 +++++---- .renovaterc | 4 ---- 2 files changed, 5 insertions(+), 8 deletions(-) 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" diff --git a/.renovaterc b/.renovaterc index 78baa4b..2406fe2 100644 --- a/.renovaterc +++ b/.renovaterc @@ -7,10 +7,6 @@ "groupSlug": "all-digest", "matchPackagePatterns": ["*"], "matchUpdateTypes": ["minor", "patch", "pin", "digest"] - }, - { - "matchUpdateTypes": ["security"], - "enabled": false } ] } -- cgit v1.2.3