Add Package Rules to ignore Dependency Images (#394)
This commit is contained in:
parent
c0e1bcc18b
commit
fe1dcaefed
|
@ -7,5 +7,12 @@
|
||||||
"githubaction@githubaction.com"
|
"githubaction@githubaction.com"
|
||||||
],
|
],
|
||||||
"dependencyDashboard": true,
|
"dependencyDashboard": true,
|
||||||
"enabledManagers": ["docker-compose", "dockerfile"]
|
"enabledManagers": ["docker-compose", "dockerfile"],
|
||||||
}
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"managers": ["docker-compose", "dockerfile"],
|
||||||
|
"packagePatterns": ["^([^\\/]+\\/)?(mysql|mariadb|mongodb|postgres|redis)(:|$)"],
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user