Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 39d95a7b9f | |||
| 247cb031f2 |
2 changed files with 10 additions and 4 deletions
|
|
@ -29,13 +29,20 @@
|
||||||
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor
|
// https://docs.renovatebot.com/presets-default/#automergestablenonmajor
|
||||||
{
|
{
|
||||||
"groupName": "all stable non-major dependencies",
|
"groupName": "all stable non-major dependencies",
|
||||||
"groupSlug": "all-stable-minor-patch",
|
"groupSlug": "all-stable-minor",
|
||||||
"matchCurrentVersion": "!/^0/",
|
"matchCurrentVersion": "!/^0/",
|
||||||
"matchUpdateTypes": [
|
"matchUpdateTypes": [
|
||||||
"minor",
|
"minor"
|
||||||
"patch"
|
],
|
||||||
|
"excludePackageNames": [
|
||||||
|
"git.hamburg.ccc.de/ccchh/oci-images/keycloak"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["patch"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchPackageNames": ["docker.io/pretix/standalone"],
|
"matchPackageNames": ["docker.io/pretix/standalone"],
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,6 @@
|
||||||
|
|
||||||
user nginx;
|
user nginx;
|
||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
worker_rlimit_nofile 2050; # should be worker_connections*2 at least
|
|
||||||
|
|
||||||
error_log /var/log/nginx/error.log notice;
|
error_log /var/log/nginx/error.log notice;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue