From 3a099f17bdb9eedc33659d941333b8437b8f8866 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edouard=20Choini=C3=A8re?= <27212526+echoix@users.noreply.github.com> Date: Sat, 15 Jun 2024 23:45:53 +0200 Subject: [PATCH] style: Apply missing pre-commit fixes (#3834) --- gui/wxpython/docs/wxgui_sphinx/conf.py | 6 +++--- renovate.json5 | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gui/wxpython/docs/wxgui_sphinx/conf.py b/gui/wxpython/docs/wxgui_sphinx/conf.py index ef2a4a3849f..3641c2aab48 100644 --- a/gui/wxpython/docs/wxgui_sphinx/conf.py +++ b/gui/wxpython/docs/wxgui_sphinx/conf.py @@ -30,10 +30,10 @@ footer_tmpl = string.Template( r""" {% block footer %}
-

Help Index | Topics Index -| Keywords Index +

Help Index | Topics Index +| Keywords Index | Full Index

-

© 2003-${year} GRASS Development Team, +

© 2003-${year} GRASS Development Team, GRASS GIS ${grass_version} Reference Manual

{% endblock %} """ diff --git a/renovate.json5 b/renovate.json5 index f34812b583c..dea0861ab2e 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -4,16 +4,16 @@ "config:best-practices", ":semanticCommits", ":semanticCommitTypeAll(CI)", - - // allows to use comments starting with - // "# renovate: " to update _VERSION + + // allows to use comments starting with + // "# renovate: " to update _VERSION // environment variables in GitHub Action files. "customManagers:githubActionsVersions", // allows to use comments starting with // "# renovate: " to update _VERSION // ENV or ARG in a Dockerfile. "customManagers:dockerfileVersions", - + // when a dependency is really out of date, this will prevent to skip directly to the latest version. ":separateMultipleMajorReleases", ]