Skip to content

Commit

Permalink
Configure Dependabot; Closes #696
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Sep 11, 2023
1 parent 6280654 commit 6e898f4
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 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: github-actions
directory: /
schedule:
interval: weekly
5 changes: 5 additions & 0 deletions .github/workflows/ci.shellcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,11 @@ jobs:
cd -
node --version
# subfolders are still considered “in-env”
mkdir foo
cd foo
node --version
dev off
if which node >/dev/null; then
Expand Down
48 changes: 48 additions & 0 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e898f4

Please sign in to comment.