From 621007c4cf0c766945933fe1a954c7856d13115c Mon Sep 17 00:00:00 2001 From: Matthew Carre Date: Tue, 11 Aug 2026 09:23:12 +0000 Subject: [PATCH] docs(copier): fixes renovate.json.jinja --- README.md | 2 +- src/copier_template/renovate.json.jinja | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5d6fc7a..74b09f5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ copier copy {this_repo's_path} {new_directory_path} ``` or: ```bash -copier copy git@github.com:DiamondLightSource/python-copier-template.git . +copier copy git@github.com:DiamondLightSource/python-interface-to-workflows.git . code . ``` diff --git a/src/copier_template/renovate.json.jinja b/src/copier_template/renovate.json.jinja index c60c307..eeb73d9 100644 --- a/src/copier_template/renovate.json.jinja +++ b/src/copier_template/renovate.json.jinja @@ -1,4 +1,4 @@ -{{% raw %}} +{% raw %} { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ @@ -38,4 +38,4 @@ } ] } -{{% endraw %}} +{% endraw %}