Skip to content

Commit 3c1d119

Browse files
Copilotaeiwz
andauthored
Fix Dependabot alerts for docs dependencies
Agent-Logs-Url: https://github.com/aeiwz/metbit/sessions/bad0056a-5bd8-4773-ad48-a5e32fa982a3 Co-authored-by: aeiwz <77935765+aeiwz@users.noreply.github.com>
1 parent b545b28 commit 3c1d119

3 files changed

Lines changed: 60 additions & 133 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "pip"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
- package-ecosystem: "npm"
13+
directory: "/docs"
14+
schedule:
15+
interval: "weekly"
16+
- package-ecosystem: "github-actions"
17+
directory: "/"
1018
schedule:
1119
interval: "weekly"

0 commit comments

Comments
 (0)