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 40b5858 commit 7e8e94eCopy full SHA for 7e8e94e
.github/dependabot.yml
@@ -1,8 +1,22 @@
1
version: 2
2
updates:
3
-- package-ecosystem: composer
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- time: "04:00"
8
- open-pull-requests-limit: 10
+ - package-ecosystem: github-actions
+ directory: '/'
+ schedule:
+ interval: weekly
+ open-pull-requests-limit: 10
+ target-branch: 'master'
9
+
10
+ - package-ecosystem: npm
11
12
13
14
15
16
17
+ - package-ecosystem: composer
18
19
20
21
22
0 commit comments