From 062e4aded05e98dbc73fdb0e99e034f88a7652a1 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Wed, 6 Sep 2023 09:19:34 +0200 Subject: [PATCH] Ignore `.github` in Renovate config This should ensure that we don't get Renovate PRs on each component from the hosted Renovate instance for GitHub actions which we manage through the component template anyway. --- {{ cookiecutter.slug }}/renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/{{ cookiecutter.slug }}/renovate.json b/{{ cookiecutter.slug }}/renovate.json index ce6d3e0..0980e7f 100644 --- a/{{ cookiecutter.slug }}/renovate.json +++ b/{{ cookiecutter.slug }}/renovate.json @@ -4,6 +4,9 @@ ":gitSignOff", ":disableDependencyDashboard" ], + "ignorePaths": [ + ".github/**" + ], {%- if cookiecutter.add_golden == "y" %} "postUpgradeTasks": { "commands": [