File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ # Enable version updates for npm
4+ - package-ecosystem : ' npm'
5+ # Look for `package.json` and `lock` files in the `root` directory
6+ directory : ' /'
7+ # Check for updates once a week
8+ schedule :
9+ interval : ' weekly'
10+
11+ # Enable version updates for Docker
12+ - package-ecosystem : ' docker'
13+ # Look for a `Dockerfile` in the `root` directory
14+ directory : ' /'
15+ # Check for updates once a week
16+ schedule :
17+ interval : ' weekly'
18+
19+ # Enable version updates for GitHub Actions
20+ - package-ecosystem : ' github-actions'
21+ # Workflow files stored in the default location of `.github/workflows`
22+ # You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
23+ directory : ' /'
24+ schedule :
25+ interval : ' weekly'
You can’t perform that action at this time.
0 commit comments