Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
version: 2
updates:
- package-ecosystem: 'npm'

Check failure on line 4 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
directory: '/'

Check failure on line 5 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
schedule:
interval: 'weekly'

Check failure on line 7 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
groups:
production-dependencies:
dependency-type: 'production'

Check failure on line 10 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
development-dependencies:
dependency-type: 'development'

Check failure on line 12 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
- package-ecosystem: 'github-actions'

Check failure on line 13 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
directory: '/'

Check failure on line 14 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
schedule:
interval: 'weekly'

Check failure on line 16 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
groups:
production-dependencies:
dependency-type: 'production'

Check failure on line 19 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
development-dependencies:
dependency-type: 'development'

Check failure on line 21 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
131 changes: 109 additions & 22 deletions pnpm-lock.yaml

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

Loading