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
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Auto-update GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that we need to include "pip", "Bundler", and "npm" here. But most drafts won't include the necessary manifests, so I need to investigate whether the bot fails in that case.

directory: "/"
schedule:
interval: "weekly"