Skip to content

Commit 4627462

Browse files
committed
more updates
1 parent 67448f2 commit 4627462

3 files changed

Lines changed: 6 additions & 18 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff 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"

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

server-boxlang@be.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
"BOXLANG_DEBUG" : true
2727
},
2828
"scripts":{
29-
"onServerInitialInstall":"install bx-esapi,bx-ai"
29+
"onServerInitialInstall":"install bx-esapi,bx-ai@be"
3030
}
3131
}

0 commit comments

Comments
 (0)