Skip to content

Commit 2eaaac5

Browse files
committed
Update Dependabot
1 parent 8a96388 commit 2eaaac5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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:
41
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
52

63
version: 2
74
updates:
8-
- package-ecosystem: "composer" # See documentation for possible values
9-
directory: "/" # Location of package manifests
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "monthly"
9+
- package-ecosystem: "composer"
10+
directory: "/"
1011
schedule:
1112
interval: "monthly"
1213
groups:

0 commit comments

Comments
 (0)