File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,4 @@ updates:
44 - package-ecosystem : " github-actions"
55 directory : " /" # Where your .github/workflows/ folder is
66 schedule :
7- interval : " monthly"
8-
9- # Gradle - updates dependencies in build.gradle or build.gradle.kts
10- - package-ecosystem : " gradle"
11- directory : " /" # Adjust if build.gradle is in a subfolder
12- schedule :
13- interval : " monthly"
14-
15- # NPM
16- - package-ecosystem : " npm"
17- directory : " /" # adjust if needed
18- schedule :
19- interval : " monthly"
7+ interval : " quarterly"
Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
1818 strategy :
1919 fail-fast : false
2020 matrix :
21- cfengine : [ "boxlang@1", "boxlang@be" ]
21+ cfengine : [ "boxlang@1" ]
2222 coldboxVersion : [ "^8.0.0" ]
2323 experimental : [ false ]
2424 # Experimental: ColdBox BE vs All Engines
2525 include :
26- - coldboxVersion : " be"
27- cfengine : " boxlang@be"
28- experimental : true
2926 - coldboxVersion : " be"
3027 cfengine : " boxlang@1"
3128 experimental : true
29+ - coldboxVersion : " ^8.0.0"
30+ cfengine : " boxlang@be"
31+ experimental : true
3232 steps :
3333 - name : Checkout Repository
3434 uses : actions/checkout@v6
Original file line number Diff line number Diff line change 2626 "BOXLANG_DEBUG" : true
2727 },
2828 "scripts" :{
29- "onServerInitialInstall" :" install bx-esapi,bx-ai"
29+ "onServerInitialInstall" :" install bx-esapi,bx-ai@be "
3030 }
3131}
You can’t perform that action at this time.
0 commit comments