Skip to content

Enable Dependabot #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 26, 2024
Merged
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