We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7031c05 commit d3cc4a5Copy full SHA for d3cc4a5
.github/dependabot.yml
@@ -3,7 +3,7 @@ updates:
3
# Maintain dependencies for GitHub Actions
4
- package-ecosystem: "github-actions"
5
directory: "/"
6
- target-branch: "develop"
+ target-branch: "master"
7
schedule:
8
interval: "daily"
9
@@ -13,7 +13,7 @@ updates:
13
14
15
versioning-strategy: "increase"
16
17
open-pull-requests-limit: 10
18
commit-message:
19
prefix: "fix"
0 commit comments