Skip to content

Commit

Permalink
Merge pull request #391 from arkedge/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
sksat authored Nov 27, 2024
2 parents 1ce3f33 + 978dab1 commit b9d68d5
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,34 @@
"extends": [
"github>arkedge/renovate-config"
],
"labels": ["priority::medium", "tools"],
"additionalReviewers": ["sksat"],
"assignees": ["sksat"],
"regexManagers": [
"labels": [
"priority::medium",
"tools"
],
"additionalReviewers": [
"sksat"
],
"assignees": [
"sksat"
],
"customManagers": [
{
"fileMatch": [".github/workflows/*"],
"customType": "regex",
"fileMatch": [
".github/workflows/*"
],
"matchStrings": [
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_VERSION:\\s(?<currentValue>.*)\\s",
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?\\s.*?_VERSION:\\s(?<currentValue>.*)\\s"
],
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
},
{
"fileMatch": [".*\.sh"],
"customType": "regex",
"fileMatch": [
".*.sh"
],
"matchStrings": [
"cargo install\\s*(--\\S*\\s*)*(\\s*--root\\s\\S*\\s*)?(?<depName>\\S*?)\\s*(--\\S*\\s*)*(--version\\s*(?<currentValue>\\S*))\\s",
"cargo install\\s*(--\\S*\\s*)*(\\s*--root\\s\\S*\\s*)?(?<depName>\\S*?)\\s*(--\\S*\\s*)*(--version\\s*(?<currentValue>\\S*))\\s"
],
"datasourceTemplate": "crate",
"versioningTemplate": "cargo"
Expand Down

0 comments on commit b9d68d5

Please sign in to comment.