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 bf0d242 commit c8f72c9Copy full SHA for c8f72c9
.github/dependabot.yml
@@ -1,16 +1,22 @@
1
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
2
3
version: 2
4
-
5
updates:
6
- - package-ecosystem: composer
+ - package-ecosystem: "github-actions"
7
directory: "/"
8
open-pull-requests-limit: 5
9
schedule:
10
- interval: weekly
+ interval: "monthly"
+ commit-message:
11
+ prefix: "[TASK] "
12
- - package-ecosystem: github-actions
13
+ - package-ecosystem: "composer"
14
15
16
- interval: monthly
17
+ interval: "daily"
18
+ allow:
19
+ - dependency-type: "development"
20
+ versioning-strategy: "increase"
21
22
0 commit comments