Skip to content

Commit

Permalink
Update and rename renovate.json to .renovaterc.json5
Browse files Browse the repository at this point in the history
Add ARC settings and set up to catch other versions in yaml files
  • Loading branch information
cdkharris authored Oct 23, 2024
1 parent 0f4e302 commit 1c4467d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
14 changes: 14 additions & 0 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>UCL-ARC/.github//renovate/default-config.json", ":dependencyDashboard"],
customManagers: [
{
"customType": "regex",
"fileMatch": ["^.*\\.y.?ml$"],
"matchStrings": [
'#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s*.*?_version:\\s*(?<currentValue>.*)\\s*'
],
"versioningTemplate": "{{#if versioning}}{{{versioning}}}{{else}}semver{{/if}}"
}
]
}
6 changes: 0 additions & 6 deletions renovate.json

This file was deleted.

0 comments on commit 1c4467d

Please sign in to comment.