From 78e51130f7f69951ac9869fbe12b269cdc29b97a Mon Sep 17 00:00:00 2001 From: Kristoffer Andersson Date: Fri, 23 Feb 2024 09:53:28 +0100 Subject: [PATCH] docs: add reason --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3049920..0a49989 100644 --- a/Makefile +++ b/Makefile @@ -120,8 +120,10 @@ branch := "main" publish: git push -u origin ${branch} --tags + .PHONY: prepare-release prepare-release: tests/requirements-testing.lock +# we use lock extension so that dependabot doesn't pick up changes in this file tests/requirements-testing.lock: pyproject.toml pdm export --dev --format requirements --output $@ \ No newline at end of file