Skip to content

Commit

Permalink
chore(renovate): enable platformAutomerge
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbrunet committed Jul 22, 2022
1 parent 31c28ff commit 15f4f15
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"assignees": ["maxbrunet"],
"internalChecksFilter": "strict",
"platformAutomerge": true,
"golang": {
"postUpdateOptions": [
"gomodTidy",
Expand Down Expand Up @@ -62,7 +63,7 @@
{
"description": "Update version keys in YAML files",
"fileMatch": ["(^|/).*.ya?ml$"],
"matchStrings": ["# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>[^\\s]+?)(?: lookupName=(?<lookupName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s*[\\w-_]*version: (?<currentValue>.*?)\\s"]
"matchStrings": ["# renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>[^\\s]+?)(?: packageName=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[a-z-0-9]+?))?\\s*[\\w-_]*version: (?<currentValue>.*?)\\s"]
},
{
"description": "Update Golang in go.mod file",
Expand All @@ -74,7 +75,7 @@
{
"description": "Update semantic-release plugins",
"fileMatch": ["^\\.github/workflows/build\\.yml$"],
"matchStrings": ["\\s{12}(?<depName>\\S+?)@(?<currentValue>.+?)\\s+"],
"matchStrings": ["\\s{12}(?<depName>\\S+?)@(?<currentValue>.+?)\\s"],
"datasourceTemplate": "npm"
}
]
Expand Down

0 comments on commit 15f4f15

Please sign in to comment.