Skip to content

Commit 3a5ccab

Browse files
authored
dependabot: Update config
1 parent d017c65 commit 3a5ccab

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

.github/dependabot.yml

+6-13
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,17 @@
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-
61
version: 2
72
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
154
- package-ecosystem: "npm"
5+
# Look for `package.json` and `lock` files in the `root` directory
166
directory: "/"
7+
# Check the npm registry for updates once a week
178
schedule:
189
interval: "weekly"
1910

20-
# Maintain dependencies for Composer
11+
# Enable version updates for Docker
2112
- package-ecosystem: "composer"
13+
# Look for a `composer.lock` in the `root` directory
2214
directory: "/"
15+
# Check for updates once a week
2316
schedule:
2417
interval: "weekly"

0 commit comments

Comments
 (0)