File tree Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Expand file tree Collapse file tree 4 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ enable-beta-ecosystems : true
3
+ updates :
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ schedule :
7
+ interval : " daily"
8
+ - package-ecosystem : " pub"
9
+ directory : " /cached_network_image/"
10
+ schedule :
11
+ interval : " daily"
12
+ - package-ecosystem : " pub"
13
+ directory : " /cached_network_image_platform_interface/"
14
+ schedule :
15
+ interval : " daily"
16
+ - package-ecosystem : " pub"
17
+ directory : " /cached_network_image_web/"
18
+ schedule :
19
+ interval : " daily"
Original file line number Diff line number Diff line change 7
7
branches : [develop, main]
8
8
paths :
9
9
- " cached_network_image/**"
10
+ - " .github/workflows/app_facing_package.yaml"
10
11
pull_request :
11
12
branches : [develop]
12
13
paths :
13
14
- " cached_network_image/**"
15
+ - " .github/workflows/app_facing_package.yaml"
14
16
15
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
18
jobs :
Original file line number Diff line number Diff line change 7
7
branches : [develop, main]
8
8
paths :
9
9
- " cached_network_image_platform_interface/**"
10
+ - " .github/workflows/platform_interface.yaml"
10
11
pull_request :
11
12
branches : [develop]
12
13
paths :
13
14
- " cached_network_image_platform_interface/**"
15
+ - " .github/workflows/platform_interface.yaml"
14
16
15
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
18
jobs :
Original file line number Diff line number Diff line change 7
7
branches : [develop, main]
8
8
paths :
9
9
- " cached_network_image_web/**"
10
+ - " .github/workflows/web.yaml"
10
11
pull_request :
11
12
branches : [develop]
12
13
paths :
13
14
- " cached_network_image_web/**"
15
+ - " .github/workflows/web.yaml"
14
16
15
17
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
16
18
jobs :
You can’t perform that action at this time.
0 commit comments