2022-10-13 16:02:50 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
|
|
"extends": [
|
|
|
|
"config:base"
|
2022-10-13 16:10:02 +00:00
|
|
|
],
|
2022-10-13 18:41:01 +00:00
|
|
|
// Ignore commits produced by github actions workflows
|
|
|
|
"gitIgnoredAuthors": [
|
|
|
|
"githubaction@githubaction.com"
|
|
|
|
],
|
2022-10-13 16:22:15 +00:00
|
|
|
"dependencyDashboard": true,
|
2022-10-13 16:11:54 +00:00
|
|
|
"enabledManagers": ["docker-compose", "dockerfile"]
|
2022-10-13 16:02:50 +00:00
|
|
|
}
|