Skip to content
Open
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
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: 'npm'

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

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
directory: '/'

Check failure on line 4 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 6 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 9 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 11 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 12 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar
directory: '/'

Check failure on line 13 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 15 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 18 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 20 in .github/dependabot.yaml

View workflow job for this annotation

GitHub Actions / lint

Must use plain style scalar