diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5246dc9..9e52a9d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -23,6 +23,13 @@ fileMatch: ['^.pre-commit-config.yaml$'], matchStrings: [" +- '?(?[^' @=]+)(@|==)(?[^' @=]+)'? # (?.+)"], }, + { + fileMatch: ['^ci/config\\.yaml$'], + matchStrings: [ + '.*https://raw\\.githubusercontent\\.com/(?[^\\s]+)/(?[0-9\\.]+)/.*', + ], + datasourceTemplate: 'github-tags', + }, ], packageRules: [ /** Automerge the patch, the minor and the dev dependency */