Skip to content

Commit

Permalink
Configure Renovate (#25)
Browse files Browse the repository at this point in the history
* Add renovate.json

Signed-off-by: Andreas Heinrich <[email protected]>

* Move renovate config

Signed-off-by: Andreas Heinrich <[email protected]>

* Add custom Manager

Signed-off-by: Andreas Heinrich <[email protected]>

* Fix fileMatch

Signed-off-by: Andreas Heinrich <[email protected]>

* Add label 'renovate' to renovate's PRs

Signed-off-by: Andreas Heinrich <[email protected]>

---------

Signed-off-by: Andreas Heinrich <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Andreas Heinrich <[email protected]>
  • Loading branch information
renovate[bot] and andistorm authored Aug 6, 2024
1 parent bb4a8c3 commit 7874060
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"customManagers": [
{
"description": "Custom manager for Custom Docker GitHub Actions",
"customType": "regex",
"datasourceTemplate": "docker",
"fileMatch": [
"(^|/)action\\.ya?ml$"
],
"matchStrings": [
"docker://(?<depName>.*?):(?<currentValue>[\\w+\\.\\-]*)"
]
}
],
"labels": [
"renovate"
]
}

0 comments on commit 7874060

Please sign in to comment.