File tree 1 file changed +6
-13
lines changed
1 file changed +6
-13
lines changed Original file line number Diff line number Diff line change 1
- # To get started with Dependabot version updates, you'll need to specify which
2
- # package ecosystems to update and where the package manifests are located.
3
- # Please see the documentation for all configuration options:
4
- # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
-
6
1
version : 2
7
2
updates :
8
- # Maintain dependencies for GitHub Actions
9
- - package-ecosystem : " github-actions"
10
- directory : " /"
11
- schedule :
12
- interval : " weekly"
13
-
14
- # Maintain dependencies for npm
3
+ # Enable version updates for npm
15
4
- package-ecosystem : " npm"
5
+ # Look for `package.json` and `lock` files in the `root` directory
16
6
directory : " /"
7
+ # Check the npm registry for updates once a week
17
8
schedule :
18
9
interval : " weekly"
19
10
20
- # Maintain dependencies for Composer
11
+ # Enable version updates for Docker
21
12
- package-ecosystem : " composer"
13
+ # Look for a `composer.lock` in the `root` directory
22
14
directory : " /"
15
+ # Check for updates once a week
23
16
schedule :
24
17
interval : " weekly"
You can’t perform that action at this time.
0 commit comments