Skip to content

Commit

Permalink
Configure Renovate (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Tommaso Bailetti <[email protected]>
  • Loading branch information
renovate[bot] and Tbaile authored Mar 22, 2024
1 parent 8ed734e commit 5350c73
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"branchPrefix": "renovate-",
"branchNameStrict": true,
"ignorePaths": [
"**/ui/**"
],
"regexManagers": [
{
"fileMatch": [
"build-images.sh"
],
"matchStrings": [
"docker.io\/crowdsecurity\/crowdsec:(?<currentValue>[^\\s]+)\""
],
"depNameTemplate": "crowdsecurity/crowdsec",
"datasourceTemplate": "docker"
}
]
}

0 comments on commit 5350c73

Please sign in to comment.