From 3aac76ae9f30fb9b2b69c1594dd0494c2bfa4c05 Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 27 Feb 2024 15:01:53 -0600 Subject: [PATCH] ci: Add renovate config --- .github/renovate.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..01924b5 --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>nf-core/ops//.github/renovate/default.json5", + "config:recommended", + "schedule:weekly" + ] +}