From ceab83586f906d784e3c5fc2fda2d5e68387ac0b Mon Sep 17 00:00:00 2001 From: Vincent Hardouin Date: Wed, 1 Feb 2023 10:22:41 +0100 Subject: [PATCH] chore: add renovate config --- .github/renovate.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/renovate.json diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 000000000..12c6851bc --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,5 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["github>1024pix/renovate-config:aggressive"], + "enabled": true +}