Skip to content

Commit 1b192ee

Browse files
authored
Update dependabot.yml
1 parent 4d97977 commit 1b192ee

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "composer" # See documentation for possible values
9-
directory: "/" # Location of package manifests
10-
versioning-strategy: "increase"
11-
schedule:
12-
interval: "monthly"
8+
- package-ecosystem: "composer" # See documentation for possible values
9+
directory: "/" # Location of package manifests
10+
versioning-strategy: "increase"
11+
schedule:
12+
interval: "monthly"
13+
- package-ecosystem: "github-actions"
14+
directory: "/"
15+
schedule:
16+
interval: monthly

0 commit comments

Comments
 (0)