Skip to content

Commit c519ae1

Browse files
Update Dependabot config (#4764)
Signed-off-by: Holger Friedrich <mail@holger-friedrich.de>
1 parent bce9837 commit c519ae1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@
55

66
version: 2
77
updates:
8-
- open-pull-requests-limit: 10
98
- package-ecosystem: "github-actions" # See documentation for possible values
109
directory: "/" # Location of package manifests
1110
schedule:
1211
interval: "weekly"
12+
open-pull-requests-limit: 10
13+
labels:
14+
- dependencies
1315
- package-ecosystem: "maven" # See documentation for possible values
1416
directory: "/" # Location of package manifests
1517
schedule:
1618
interval: "weekly"
19+
open-pull-requests-limit: 10
20+
labels:
21+
- dependencies

0 commit comments

Comments
 (0)