Skip to content

Commit 42fcf4e

Browse files
committed
Added Dependabot configuration for automated dependency updates
1 parent 7da7cf2 commit 42fcf4e

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
# For Python dependencies
4+
- package-ecosystem: "pip"
5+
directory: "/" # Location of the requirements.txt file
6+
schedule:
7+
interval: "weekly"
8+
9+
# For Node.js dependencies
10+
- package-ecosystem: "npm"
11+
directory: "/" # Location of the package.json file
12+
schedule:
13+
interval: "weekly"
14+
15+
# Optional: For GitHub Actions dependencies
16+
- package-ecosystem: "github-actions"
17+
directory: "/" # Location of the .github/workflows directory
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)