You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
feat: Added renovate configuration (#2377)
This commit is contained in:
24
.github/renovate.json5
vendored
Normal file
24
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
||||
semanticCommits: "auto",
|
||||
enabledManagers: [
|
||||
"dockerfile",
|
||||
"gomod",
|
||||
"github-actions",
|
||||
"npm",
|
||||
"regex",
|
||||
],
|
||||
customManagers: [
|
||||
{
|
||||
customType: "regex",
|
||||
fileMatch: [
|
||||
"^Makefile"
|
||||
],
|
||||
matchStrings: [
|
||||
"DOCKER_BUILD_RUNTIME_IMAGE_ALPINE\\s+?\\?= alpine:(?<currentValue>.*)\\s"
|
||||
],
|
||||
depNameTemplate: "alpine",
|
||||
datasourceTemplate: "docker",
|
||||
},
|
||||
],
|
||||
}
|
Reference in New Issue
Block a user