Skip to content

Commit 499f663

Browse files
authored
Update CI/dependabot (#222)
1 parent 4ea68ac commit 499f663

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
groups:
8+
dependencies:
9+
patterns:
10+
- "*" # update all the dependencies at once
711
- package-ecosystem: "github-actions"
812
directory: "/"
913
schedule:

.github/workflows/rust-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
rust-ci:
13-
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v1
13+
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
1414
with:
1515
run_clippy: true
1616
minimum_coverage: "50"

0 commit comments

Comments
 (0)