We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d97977 commit 1b192eeCopy full SHA for 1b192ee
.github/dependabot.yml
@@ -5,8 +5,12 @@
5
6
version: 2
7
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"
+- package-ecosystem: "composer" # See documentation for possible values
+ directory: "/" # Location of package manifests
+ versioning-strategy: "increase"
+ schedule:
+ interval: "monthly"
13
+- package-ecosystem: "github-actions"
14
+ directory: "/"
15
16
+ interval: monthly
0 commit comments