We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73b071 commit 10d3636Copy full SHA for 10d3636
.github/dependabot.yml
@@ -9,7 +9,7 @@ updates:
9
open-pull-requests-limit: 10
10
target-branch: development
11
- package-ecosystem: gomod
12
- directory: "/src/"
+ directory: "/"
13
schedule:
14
interval: weekly
15
day: sunday
Dockerfile
@@ -15,7 +15,7 @@ RUN apk add --no-cache \
16
# Download dependencies first to cache them
17
WORKDIR /app
18
-COPY ./src/go.mod ./src/go.sum ./
+COPY ./go.mod ./go.sum ./
19
RUN go mod download
20
21
# Copy the source code and build
src/go.mod go.mod
src/go.sum go.sum
0 commit comments