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 015ad9c commit 40c3952Copy full SHA for 40c3952
.github/dependabot.yml
@@ -4,7 +4,7 @@ updates:
4
# Maintain dependencies for GitHub Actions
5
- package-ecosystem: "github-actions"
6
directory: "/"
7
- target-branch: "develop"
+ target-branch: "trunk"
8
allow:
9
- dependency-type: direct
10
schedule:
@@ -19,7 +19,7 @@ updates:
19
# Maintain dependencies for npm
20
- package-ecosystem: "npm"
21
22
23
24
25
@@ -36,7 +36,7 @@ updates:
36
# Maintain dependencies for Composer
37
- package-ecosystem: "composer"
38
39
40
41
interval: "daily"
42
0 commit comments