Skip to content

Commit

Permalink
chore: add renovatebot (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi authored Oct 11, 2024
1 parent ac72ad9 commit 5e83ea0
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>coreruleset/renovate-config"
],
"git-submodules": {
"enabled": true
},
"customManagers": [
{
"description": "CRS: Latest Release",
"customType": "regex",
"fileMatch": [
"^config/_default/config\\.toml$"
],
"matchStringsStrategy": "any",
"matchStrings": [
"crs_latest_release: \"(?<currentValue>\\d+\\.\\d+\\.\\d+)\""
],
"depNameTemplate": "coreruleset/coreruleset",
"datasourceTemplate": "github-releases"
}
]
}

0 comments on commit 5e83ea0

Please sign in to comment.