We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa9992 commit 570eb27Copy full SHA for 570eb27
1 file changed
.github/dependabot.yml
@@ -1,20 +1,15 @@
1
version: 2
2
updates:
3
-- package-ecosystem: pip
4
- directory: "/"
5
- schedule:
6
- interval: daily
7
- open-pull-requests-limit: 10
8
- labels:
9
- - 'Type: Dependency update'
10
- package-ecosystem: github-actions
+ target-branch: development
11
directory: "/"
12
schedule:
13
interval: daily
14
open-pull-requests-limit: 10
15
labels:
16
- 'Type: Dependency update'
17
- package-ecosystem: gradle
18
19
20
0 commit comments