Skip to content

Commit 5ff7889

Browse files
JohnMcLearclaude
andcommitted
ci: enable Dependabot for npm + GitHub Actions
Mirrors the etherpad-lite pattern: daily schedule, dev deps grouped, limit 30 open PRs. No semver filtering — CI is the gate per house rules. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent b93a951 commit 5ff7889

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
# Maintain dependencies for GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
8+
- package-ecosystem: "npm"
9+
directory: "/"
10+
schedule:
11+
interval: "daily"
12+
versioning-strategy: "increase"
13+
open-pull-requests-limit: 30
14+
groups:
15+
dev-dependencies:
16+
dependency-type: "development"

0 commit comments

Comments
 (0)