Skip to content

Commit

Permalink
feat(github-actions): add temporary regexManager to improve renovatio…
Browse files Browse the repository at this point in the history
…n of GitHub Actions

Waiting on renovatebot/renovate#7434
  • Loading branch information
djcsdy committed Oct 16, 2020
1 parent cbd1143 commit 7b4693a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@
"lockFileMaintenance": {
"automerge": true
},
"regexManagers": [
{
"fileMatch": [
"^\\.github/workflows/[^/]+\\.ya?ml$"
],
"matchStrings": [
"uses: (?<depName>[a-z-/]+?)@(?<currentValue>.+?)\\s"
],
"datasourceTemplate": "github-tags"
}
],
"packageRules": [
{
"depTypeList": [
Expand Down

0 comments on commit 7b4693a

Please sign in to comment.