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 c525081 commit b468476Copy full SHA for b468476
.github/dependabot.yml
@@ -1,9 +1,18 @@
1
version: 2
2
updates:
3
- package-ecosystem: composer
4
- directory: "/"
+ directory: '/'
5
schedule:
6
- interval: daily
7
- time: "12:00"
8
- timezone: America/Los_Angeles
+ interval: monthly
9
open-pull-requests-limit: 10
+- package-ecosystem: github-actions
10
+ schedule:
11
12
+ open-pull-requests-limit: 10
13
+ labels:
14
+ - Dependencies
15
+ groups:
16
+ github-actions:
17
+ patterns:
18
+ - '*'
0 commit comments