We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da7cf2 commit 42fcf4eCopy full SHA for 42fcf4e
.github/dependabot.yml
@@ -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
13
14
15
+ # Optional: For GitHub Actions dependencies
16
+ - package-ecosystem: "github-actions"
17
+ directory: "/" # Location of the .github/workflows directory
18
19
0 commit comments