File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 directories :
55 - " /"
66 - " /java-8"
7+ - " /android"
78 schedule :
89 interval : daily
910 time : " 09:00" # 9am UTC
@@ -12,45 +13,27 @@ updates:
1213 kiota-dependencies :
1314 patterns :
1415 - " *kiota*"
15- junit-dependencies :
16- patterns :
17- - " *junit*"
18- open-telemetry :
19- patterns :
20- - " *opentelemetry*"
21- - package-ecosystem : gradle
22- directory : " /android"
23- schedule :
24- interval : daily
25- time : " 10:00" # 10am UTC. After core projects are updated to prevent duplicate PRs
26- open-pull-requests-limit : 10
27- groups :
28- kiota-dependencies :
16+ microsoft-graph :
2917 patterns :
30- - " *kiota *"
18+ - " *microsoft-graph *"
3119 junit-dependencies :
3220 patterns :
3321 - " *junit*"
3422 open-telemetry :
3523 patterns :
3624 - " *opentelemetry*"
37- - package-ecosystem : maven
38- directory : " /"
39- schedule :
40- interval : daily
41- open-pull-requests-limit : 10
42- groups :
43- kiota-dependencies :
44- patterns :
45- - " *kiota*"
46- junit-dependencies :
47- patterns :
48- - " *junit*"
49- open-telemetry :
25+ android-build-tools :
5026 patterns :
51- - " *opentelemetry*"
27+ - " *android*"
28+ - " *gradle-enterprise*"
29+ - " *gradle-util*"
30+ - " *gradle-versions*"
5231- package-ecosystem : github-actions
5332 directory : " /"
5433 schedule :
5534 interval : daily
5635 open-pull-requests-limit : 10
36+ groups :
37+ all-actions :
38+ patterns :
39+ - " *"
Original file line number Diff line number Diff line change 8181 exit 1
8282 fi
8383
84+ dependency-submission :
85+ runs-on : ubuntu-latest
86+ if : github.event_name == 'push'
87+ permissions :
88+ contents : write
89+ steps :
90+ - uses : actions/checkout@v6
91+ - name : Set up JDK
92+ uses : actions/setup-java@v5
93+ with :
94+ java-version : 21
95+ distribution : ' temurin'
96+ cache : gradle
97+ - name : Generate and submit dependency graph
98+ uses : gradle/actions/dependency-submission@v4
99+
Original file line number Diff line number Diff line change 2323sourceSets {
2424 main {
2525 java {
26- exclude ' pom.xml'
2726 }
2827 }
2928}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1616 "extra-files" : [
1717 " gradle.properties" ,
1818 " README.md" ,
19- " src/main/java/com/microsoft/graph/info/Constants.java" ,
20- {
21- "type" : " xml" ,
22- "path" : " pom.xml" ,
23- "xpath" : " //project/version"
24- }
19+ " src/main/java/com/microsoft/graph/info/Constants.java"
2520 ]
2621 }
2722 },
You can’t perform that action at this time.
0 commit comments