Skip to content

Commit d8bc4c1

Browse files
Update dependabot configuration for clarity
1 parent c27554e commit d8bc4c1

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
version: 2
22
updates:
3-
# 1. npm / yarn dependencies for CLI and core JS code
3+
# 1. npm dependencies (root)
44
- package-ecosystem: "npm"
5-
directory: "/" # root folder (since package.json is here) :contentReference[oaicite:2]{index=2}
5+
directory: "/"
66
schedule:
77
interval: "weekly"
88
open-pull-requests-limit: 8
@@ -16,11 +16,8 @@ updates:
1616
- "CodeMaverick-143"
1717
assignees:
1818
- "CodeMaverick-143"
19-
# You may want to automatically merge safe patches:
20-
automerge: true
21-
automerge-type: "branch" # GitHub’s default branch merging via auto-merge
2219

23-
# 2. GitHub Actions workflows updates
20+
# 2. GitHub Actions updates
2421
- package-ecosystem: "github-actions"
2522
directory: "/"
2623
schedule:
@@ -30,7 +27,7 @@ updates:
3027
- "ci"
3128
- "workflow-updates"
3229

33-
# 3. Docker updates (if/when you add a Dockerfile)
30+
# 3. Docker (optional for future)
3431
- package-ecosystem: "docker"
3532
directory: "/"
3633
schedule:

0 commit comments

Comments
 (0)