Skip to content

Commit

Permalink
chore: ignore major update from dependabot & add make default target
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Sep 10, 2024
1 parent 7d8e9e0 commit 26c642f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ updates:
interval: "weekly"
labels:
- "dependencies"
ignore:
- dependency-name: "*"
update-types:
- "version-update:semver-major" # Ignore major updates

2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit 26c642f

Please sign in to comment.