File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,3 +31,36 @@ updates:
3131 target-branch : devel
3232 reviewers :
3333 - " pi-hole/web-maintainers"
34+
35+ # As above, but for development-v6
36+ - package-ecosystem : npm
37+ directory : " /"
38+ schedule :
39+ interval : weekly
40+ day : saturday
41+ time : " 10:00"
42+ open-pull-requests-limit : 10
43+ target-branch : development-v6
44+ versioning-strategy : increase
45+ reviewers :
46+ - " pi-hole/web-maintainers"
47+ - package-ecosystem : github-actions
48+ directory : " /"
49+ schedule :
50+ interval : weekly
51+ day : saturday
52+ time : " 10:00"
53+ open-pull-requests-limit : 10
54+ target-branch : development-v6
55+ reviewers :
56+ - " pi-hole/web-maintainers"
57+ - package-ecosystem : composer
58+ directory : " /"
59+ schedule :
60+ interval : weekly
61+ day : saturday
62+ time : " 10:00"
63+ open-pull-requests-limit : 10
64+ target-branch : development-v6
65+ reviewers :
66+ - " pi-hole/web-maintainers"
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ function checkfile($filename)
113113
114114// Avoid browser caching old versions of a file, using the last modification time
115115// Receive the file URL (without "/admin/");
116- // Return the string containin URL + "?v=xxx", where xxx is the last modified time of the file.
116+ // Return the string containing URL + "?v=xxx", where xxx is the last modified time of the file.
117117function fileversion ($ url )
118118{
119119 $ filename = $ _SERVER ['DOCUMENT_ROOT ' ].'/admin/ ' .$ url ;
You can’t perform that action at this time.
0 commit comments