@@ -11,6 +11,8 @@ updates:
1111 rebase-strategy : " disabled"
1212 schedule :
1313 interval : " daily"
14+ labels : # overriding the default which is to add both "dependencies" and "github_actions"
15+ - " dependencies"
1416
1517 - package-ecosystem : " gradle"
1618 directory : " /"
@@ -42,6 +44,8 @@ updates:
4244 rebase-strategy : " disabled"
4345 schedule :
4446 interval : " daily"
47+ labels : # overriding the default which is to add both "dependencies" and "java"
48+ - " dependencies"
4549 open-pull-requests-limit : 10
4650
4751 - package-ecosystem : " gradle"
@@ -61,6 +65,8 @@ updates:
6165 rebase-strategy : " disabled"
6266 schedule :
6367 interval : " daily"
68+ labels : # overriding the default which is to add both "dependencies" and "java"
69+ - " dependencies"
6470 open-pull-requests-limit : 10
6571
6672 - package-ecosystem : " gradle"
@@ -80,11 +86,15 @@ updates:
8086 rebase-strategy : " disabled"
8187 schedule :
8288 interval : " daily"
89+ labels : # overriding the default which is to add both "dependencies" and "java"
90+ - " dependencies"
8391 open-pull-requests-limit : 10
8492
8593 - package-ecosystem : " gradle"
8694 directory : " /benchmark-overhead"
8795 rebase-strategy : " disabled"
8896 schedule :
8997 interval : " daily"
98+ labels : # overriding the default which is to add both "dependencies" and "java"
99+ - " dependencies"
90100 open-pull-requests-limit : 10
0 commit comments