Skip to content

Commit

Permalink
chore: add gh-action manager (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Oct 16, 2020
1 parent 04b2445 commit ef36b85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@
"// renovate: datasource=(?<datasource>[a-z-]+?) depName=(?<depName>.+?)(?: versioning=(?<versioning>[a-z-]+?))?\\s+readonly\\s+tag\\s+=\\s+'(?<currentValue>.+?)';"
],
"versioningTemplate": "{{#if versioning}}{{versioning}}{{else}}semver{{/if}}"
},
{
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
"matchStrings": ["uses: (?<depName>[a-z-/]+?)@(?<currentValue>.+?)\\s"],
"datasourceTemplate": "github-tags",
"versioningTemplate": "docker"
}
]
}

0 comments on commit ef36b85

Please sign in to comment.