From 6c46ab77086f5265d69de582099ad574ca590c9d Mon Sep 17 00:00:00 2001 From: Ed Page Date: Thu, 1 Dec 2022 11:20:06 -0600 Subject: [PATCH] chore: Switch to renovate --- .github/dependabot.yml | 8 -------- .github/renovate.json5 | 15 +++++++++++++++ committed.toml | 2 +- 3 files changed, 16 insertions(+), 9 deletions(-) delete mode 100644 .github/dependabot.yml create mode 100644 .github/renovate.json5 diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index c6fcef4..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,8 +0,0 @@ -version: 2 -updates: -- package-ecosystem: cargo - directory: "/" - schedule: - interval: monthly - time: "07:00" - open-pull-requests-limit: 10 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..9abd351 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,15 @@ +{ + "semanticCommits": "enabled", + "configMigration": true, + "packageRules": [ + // Goals: + // - Rollup safe upgrades to reduce CI runner load + // - Have lockfile and manifest in-sync + { + "matchManagers": ["cargo"], + "matchUpdateTypes": ["patch"], + "automerge": true, + "groupName": "safe", + }, + ], +} diff --git a/committed.toml b/committed.toml index 08815cf..4211ae3 100644 --- a/committed.toml +++ b/committed.toml @@ -1,3 +1,3 @@ style="conventional" -ignore_author_re="dependabot" +ignore_author_re="(dependabot|renovate)" merge_commit = false