Skip to content

Commit

Permalink
- enable dependabot updates for GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Dec 15, 2024
1 parent aee48d0 commit e1f913e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: 'npm'
# Look for `package.json` and `lock` files in the `root` directory
directory: '/'
# Check the npm registry for updates every day (weekdays)
schedule:
interval: 'weekly'
groups:
Expand All @@ -17,4 +14,8 @@ updates:
- "js-yaml"
- "prettier"
- "ts-jest"
- "typescript"
- "typescript"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit e1f913e

Please sign in to comment.