Skip to content

Commit ba4d2dc

Browse files
authored
Update dependabot.yml
1 parent 312645a commit ba4d2dc

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

.github/dependabot.yml

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

64
version: 2
75
updates:
8-
- package-ecosystem: "composer" # See documentation for possible values
9-
directory: "/" # Location of package manifests
6+
7+
- package-ecosystem: "github-actions"
8+
directory: "/"
9+
schedule:
10+
interval: "weekly"
11+
labels:
12+
- "dependencies"
13+
14+
- package-ecosystem: "composer"
15+
directory: "/"
1016
schedule:
1117
interval: "weekly"
18+
labels:
19+
- "dependencies"

0 commit comments

Comments
 (0)