Skip to content

Commit d958b68

Browse files
authored
Update dependabot.yml
1 parent 1a38979 commit d958b68

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

.github/dependabot.yml

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,27 @@
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.
13
# Please see the documentation for all configuration options:
2-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
4+
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
35

46
version: 2
57
updates:
8+
- package-ecosystem: "npm" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
schedule:
11+
interval: "weekly"
12+
labels:
13+
- "dependencies"
614

15+
- package-ecosystem: "composer"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
labels:
20+
- "dependencies"
21+
722
- package-ecosystem: "github-actions"
823
directory: "/"
924
schedule:
1025
interval: "weekly"
1126
labels:
12-
- "dependencies"
27+
- "dependencies"

0 commit comments

Comments
 (0)