From 8057d7aba1f75d305b8102e4528a3db95ea28759 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 23 Oct 2023 10:37:43 -0500 Subject: [PATCH] chore(ci): Immediately update toml-test --- .github/renovate.json5 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 89171245..8067ac03 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -41,6 +41,20 @@ '* * * * *', ], }, + { + matchManagers: [ + 'cargo', + ], + matchPackageNames: [ + 'toml-test-harness', + 'toml-test-data', + 'toml-test', + ], + schedule: [ + '* * * * *', + ], + groupName: 'toml-test', + }, // Goals: // - Keep version reqs low, ignoring compatible normal/build dependencies // - Take advantage of latest dev-dependencies