Skip to content

Commit c4e7401

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

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,17 @@
55

66
version: 2
77
updates:
8-
# Example for npm (JavaScript/Node.js)
9-
- package-ecosystem: "npm" # See documentation for possible values
10-
directory: "/" # Location of package manifests
8+
- package-ecosystem: "npm" # Using npm for Docusaurus
9+
directory: "/"
1110
schedule:
1211
interval: "weekly"
1312

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
2113
- package-ecosystem: "github-actions"
22-
directory: "/" # Location of your GitHub Actions workflows
14+
directory: "/"
2315
schedule:
2416
interval: "weekly"
2517

26-
# Example for Docker
2718
- 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
19+
directory: "/"
3520
schedule:
3621
interval: "weekly"

0 commit comments

Comments
 (0)