mirror of
https://github.com/bitwarden/server.git
synced 2024-11-22 12:15:36 +01:00
Add devops prefix to github actions and docker (#3595)
This commit is contained in:
parent
af7811ba9a
commit
1b379485a5
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
@ -37,6 +37,10 @@
|
||||
"matchManagers": ["github-actions"],
|
||||
"matchUpdateTypes": ["minor", "patch"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["github-actions", "dockerfile", "docker-compose"],
|
||||
"commitMessagePrefix": "[deps] DevOps:"
|
||||
},
|
||||
{
|
||||
"matchPackageNames": ["DnsClient", "Quartz"],
|
||||
"description": "Admin Console owned dependencies",
|
||||
|
Loading…
Reference in New Issue
Block a user