chore: add documented POP3/SMTP proxy scaffold and Renovate config
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": ["config:base"],
|
||||
"timezone": "UTC",
|
||||
"packageRules": [
|
||||
{
|
||||
"matchPackagePatterns": ["*"],
|
||||
"groupName": "all dependencies",
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"labels": ["dependencies"],
|
||||
"automerge": false,
|
||||
"prHourlyLimit": 2,
|
||||
"rangeStrategy": "bump",
|
||||
"postUpdateOptions": ["gomodTidy"],
|
||||
"ignorePaths": ["**/node_modules/**"]
|
||||
}
|
||||
Reference in New Issue
Block a user