diff --git a/contrib/postgres-connection-exporter.service b/contrib/postgres-connection-exporter.service deleted file mode 100644 index 733b727..0000000 --- a/contrib/postgres-connection-exporter.service +++ /dev/null @@ -1,13 +0,0 @@ -[Unit] -Description=Postgres Connection Exporter -After=network.target - -[Service] -User=postgres-connection-exporter -Group=postgres-connection-exporter -ExecStart=/srv/postgres-connection-exporter/bin/postgres-connection-exporter -Restart=always -WorkingDirectory=/srv/postgres-connection-exporter - -[Install] -WantedBy=multi-user.target diff --git a/renovate.json b/renovate.json deleted file mode 100644 index 5db72dd..0000000 --- a/renovate.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:recommended" - ] -}