Skip to content

Commit

Permalink
renovate.json: use org defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidePrincipi committed Jul 31, 2024
1 parent 38d4922 commit 9746e49
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
{
"$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"
}
"local>NethServer/.github:renovate-config"
]
}

0 comments on commit 9746e49

Please sign in to comment.