Skip to content

Commit

Permalink
Use shared Renovate configuration (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Apr 1, 2023
1 parent 1a5894e commit fe8ee44
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
],
"labels": ["dependencies"],
"regexManagers": [
{
"fileMatch": ["(^|/)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"],
"matchStrings": [
"#\\srenovate:\\sdatasource=(?<datasource>.*?) depName=(?<depName>.*?)( versioning=(?<versioning>.*?))?( extractVersion=(?<extractVersion>.*?))?\\s(ENV|ARG) .*?_VERSION(\\s+|=)(?<currentValue>.*)\\s"
]
}
"github>swissgrc/renovate-presets:docker"
]
}

0 comments on commit fe8ee44

Please sign in to comment.