From 5b83e44084aff7641891ea45986e6e6d92bfbf3c Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Thu, 26 Jan 2023 09:24:34 +0100 Subject: [PATCH] CI: improve PR titles of renovate bot (#2788) Use `CI: ` prefix for pull request titles in order to facilitate the automated creation of release notes. This is a followup PR to #2772. Related docs: https://github.com/renovatebot/renovate/blob/main/docs/usage/semantic-commits.md --- renovate.json | 3 ++- utils/release.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 39a2b6e9a55..739d322c2ac 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:base" + "config:base", + ":semanticCommitTypeAll(CI)" ] } diff --git a/utils/release.yml b/utils/release.yml index 56f8ac15f55..1e6de0f65fc 100644 --- a/utils/release.yml +++ b/utils/release.yml @@ -34,7 +34,7 @@ notes: regexp: '[Ss]ingularity: ' - title: Continuous Integration, Tests, Code Quality, and Checks - regexp: '(CI|ci|[Tt]ests|[Cc]hecks|pytest): ' + regexp: '(CI|ci|CI\(deps\)|ci\(deps\)|[Tt]ests|[Cc]hecks|pytest): ' - title: Contributing and Management regexp: '(contributing|CONTRIBUTING.md|contributors.csv): '