Skip to content

Commit

Permalink
Merge pull request #9 from YakDriver/add-dependabot-updates
Browse files Browse the repository at this point in the history
Add dependabot and update package
  • Loading branch information
YakDriver authored Aug 28, 2024
2 parents a7b69ae + dfced8a commit 0a295ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ LABEL org.opencontainers.image.documentation="https://github.com/YakDriver/md-ch
LABEL org.opencontainers.image.source="https://github.com/YakDriver/md-check-links"

RUN apk add --no-cache bash>5.0.16-r0 git>2.44 nodejs>21.6 npm>10
RUN npm i -g [email protected] --force
RUN npm i -g [email protected]
COPY package*.json ./
COPY package.json ./
RUN npm install
COPY . .
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down
10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "md-check-links",
"version": "1.0.0",
"dependencies": {
"markdown-link-check": "^3.12.2"
},
"resolutions": {
"yarn": "1.22.22"
}
}

0 comments on commit 0a295ce

Please sign in to comment.