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): '