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 bcff250 commit 666dd6aCopy full SHA for 666dd6a
.github/dependabot.yml
@@ -5,11 +5,15 @@ updates:
5
schedule:
6
interval: daily
7
open-pull-requests-limit: 10
8
- - package-ecosystem: github-actions
+ target-branch: main
9
+ - package-ecosystem: maven
10
directory: "/"
11
12
13
- target-branch:
14
- - main
15
- - develop
+ target-branch: develop
+ - package-ecosystem: github-actions
16
+ directory: "/"
17
+ schedule:
18
+ interval: daily
19
+ open-pull-requests-limit: 10
0 commit comments