Skip to content

Commit 089e09a

Browse files
authored
Update CI, add dependabot (#126)
1 parent 5173326 commit 089e09a

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "monthly"
7+
groups:
8+
dependencies:
9+
patterns:
10+
- "*" # update all the dependencies at once
11+
- package-ecosystem: "github-actions"
12+
directory: "/"
13+
schedule:
14+
interval: "monthly"

.github/workflows/rust-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
push:
55
branches:
66
- main
7-
pull_request: null
8-
workflow_dispatch: null
7+
pull_request:
8+
workflow_dispatch:
99
schedule:
1010
- cron: 0 14 * * 1
1111

1212
jobs:
1313
rust-ci:
14-
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v0
14+
uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
1515
secrets: inherit

0 commit comments

Comments
 (0)