Skip to content

Commit 2a90a5b

Browse files
authored
Update dependabot.yml
1 parent 5bf88d1 commit 2a90a5b

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,32 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "" # See documentation for possible values
8+
# Example for npm (JavaScript/Node.js)
9+
- package-ecosystem: "npm" # See documentation for possible values
910
directory: "/" # Location of package manifests
1011
schedule:
1112
interval: "weekly"
13+
14+
# Example for Python (pip)
15+
- package-ecosystem: "pip"
16+
directory: "/" # Location of requirements.txt or pyproject.toml
17+
schedule:
18+
interval: "weekly"
19+
20+
# Example for GitHub Actions
21+
- package-ecosystem: "github-actions"
22+
directory: "/" # Location of your GitHub Actions workflows
23+
schedule:
24+
interval: "weekly"
25+
26+
# Example for Docker
27+
- package-ecosystem: "docker"
28+
directory: "/" # Location of Dockerfiles
29+
schedule:
30+
interval: "weekly"
31+
32+
# Example for Ruby (bundler)
33+
- package-ecosystem: "bundler"
34+
directory: "/" # Location of Gemfile
35+
schedule:
36+
interval: "weekly"

0 commit comments

Comments
 (0)