app-store/renovate.json
2022-10-13 14:41:01 -04:00

13 lines
316 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
// Ignore commits produced by github actions workflows
"gitIgnoredAuthors": [
"githubaction@githubaction.com"
],
"dependencyDashboard": true,
"enabledManagers": ["docker-compose", "dockerfile"]
}