Skip to content

Commit 26c642f

Browse files
committed
chore: ignore major update from dependabot & add make default target
1 parent 7d8e9e0 commit 26c642f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ updates:
1212
interval: "weekly"
1313
labels:
1414
- "dependencies"
15+
ignore:
16+
- dependency-name: "*"
17+
update-types:
18+
- "version-update:semver-major" # Ignore major updates
19+

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ DOCKER_TAG ?= latest
33

44
export DOCKER_BUILDKIT=1
55

6+
.DEFAULT_GOAL := help
7+
68
.PHONY: build
79
build: ## Build docker image
810
docker build --tag=camptocamp/geoshop-api:$(VERSION) \

0 commit comments

Comments
 (0)