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
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

updates:
- package-ecosystem: "github-actions"

@damyanpetev damyanpetev Jul 15, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Question: does this 'disable' the npm/node ecosystem updates if not configured?
Hopefully not, but the topic doesn't really explain that, which I find kinda important

directory: "/" # scans .github/workflows/ automatically
schedule:
interval: "weekly"
day: "monday"
cooldown:
default-days: 14 # only propose versions released ≥14 days ago
groups:
github-actions:
applies-to: version-updates # security updates bypass grouping — each gets its own fast-track PR
patterns:
- "*" # batch all version updates into a single PR