From bfa1dd8ac82054438c508768c91e2c298df23279 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Sat, 4 Jan 2025 14:36:43 +0000 Subject: [PATCH] dependabot -> renovate --- .github/dependabot.yml | 10 ---------- renovate.json | 5 ++++- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 77761f1..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: cargo - directory: / - schedule: - interval: monthly - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly diff --git a/renovate.json b/renovate.json index 5db72dd..5ac2c24 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended" - ] + ], + "lockFileMaintenance": { + "enabled": true + } }