chore: remove Makefile (#170)

This is not used for anything and isn't particularly maintained.
This commit is contained in:
William Boman 2023-06-01 20:42:40 +02:00 committed by GitHub
parent 27fe810b19
commit 121d133311
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 10 deletions

View file

@ -1,9 +0,0 @@
THELOUNGE_VERSION?=4.4.1-rc.1
ORGANISATION?=thelounge
all: main
main:
docker build -t ${ORGANISATION}/thelounge:${THELOUNGE_VERSION} --build-arg THELOUNGE_VERSION=${THELOUNGE_VERSION} .
.PHONY: main

View file

@ -7,7 +7,7 @@
"enabledManagers": ["regex"],
"regexManagers": [
{
"fileMatch": ["Dockerfile", "Makefile"],
"fileMatch": ["Dockerfile"],
"matchStrings": [
"THELOUNGE_VERSION\\??=(?<currentValue>[^\\s]+)"
],