Skip to content
Merged
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"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
schedule:
interval: "cron"
cronjob: "0 8 1,15 * *" # 8:00AM EST on the 1st & 15th
timezone: "America/New_York"
groups:
all-github-actions:
patterns: ["*"] # one PR for all action updates
labels:
- "dependencies"
commit-message:
prefix: "actions upgrade:"
include: "scope"
9 changes: 0 additions & 9 deletions .github/dependabot.yml

This file was deleted.

File renamed without changes.
Loading