Skip to content

Commit

Permalink
depedabot: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Feb 20, 2024
1 parent 3a57f40 commit 36ae3e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
FROM mcr.microsoft.com/devcontainers/typescript-node:1-18-bookworm
# Install the xz-utils package
RUN apt-get update && apt-get install -y libpango1.0-dev
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- dependency-name: "@types/node"
versions:
- ">= 19.a"
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "devcontainers"
directory: "/"
schedule:
interval: weekly

0 comments on commit 36ae3e0

Please sign in to comment.