diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9a0f593..8806d693 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: interval: "weekly" labels: - "dependencies" + ignore: + - dependency-name: "*" + update-types: + - "version-update:semver-major" # Ignore major updates + diff --git a/Makefile b/Makefile index 429a235c..09bf2270 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ DOCKER_TAG ?= latest export DOCKER_BUILDKIT=1 +.DEFAULT_GOAL := help + .PHONY: build build: ## Build docker image docker build --tag=camptocamp/geoshop-api:$(VERSION) \