Skip to content

Commit

Permalink
ci: Add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
nileger committed May 3, 2024
1 parent 1cd042d commit 560a638
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
- dependency-type: "production"
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build, Lint, Test, and Deploy

on:
push:
branches:
- main
workflow_dispatch:

jobs:
ci:
Expand Down

0 comments on commit 560a638

Please sign in to comment.