Skip to content

Commit

Permalink
move CI to top level
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwood9 committed Jan 1, 2024
1 parent ccdf882 commit 65d8958
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion web/.github/dependabot.yml → .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
directory: "/web"
schedule:
interval: daily
open-pull-requests-limit: 10
4 changes: 4 additions & 0 deletions web/.github/workflows/ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
defaults:
run:
working-directory: web

name: CI

on:
Expand Down

0 comments on commit 65d8958

Please sign in to comment.