Skip to content

Commit c4e15e4

Browse files
committed
Merge branch 'development' of github.com:coldbox-modules/cbwire into development
2 parents ead5e40 + 2f3d762 commit c4e15e4

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
# GitHub Actions - updates uses: statements in workflows
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # Where your .github/workflows/ folder is
6+
schedule:
7+
interval: "weekly"
8+
9+
# NPM
10+
- package-ecosystem: "npm"
11+
directory: "/system/exceptions" # adjust if needed
12+
schedule:
13+
interval: "weekly"

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
${{ runner.OS }}-commandbox-cache-${{ hashFiles( 'box.json' ) }}-${{ hashFiles( 'test-harness/box.json' ) }}
4646
4747
- name: Setup CommandBox
48-
uses: elpete/[email protected].0
48+
uses: elpete/[email protected].1
4949

5050
- name: Setup env.VERSION
5151
run: |
@@ -138,7 +138,7 @@ jobs:
138138
uses: actions/checkout@v4
139139

140140
- name: Setup CommandBox
141-
uses: elpete/[email protected].0
141+
uses: elpete/[email protected].1
142142

143143
- name: Generate Docs
144144
run: |

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
#printf "DB_BUNDLENAME=com.mysql.cj\n" >> test-harness/.env
4444
4545
- name: Setup CommandBox
46-
uses: elpete/[email protected].0
46+
uses: elpete/[email protected].1
4747

4848
- name: Install Main Dependencies
4949
working-directory: ./

0 commit comments

Comments
 (0)