From 304ba2a48aef2c2c5e67bab633237ca47dba0b42 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 11 Jun 2024 08:43:46 -0600 Subject: [PATCH] Update renovate.json Ignore .github directory, since we're not using it .. and this is a fork from a mirror. --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 896a9e2..b1047d2 100644 --- a/renovate.json +++ b/renovate.json @@ -1,5 +1,9 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "includeForks": true + "includeForks": true, + + "ignorePaths": [ + ".github" + ] } \ No newline at end of file