We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea68ac commit 499f663Copy full SHA for 499f663
.github/dependabot.yml
@@ -4,6 +4,10 @@ updates:
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
13
.github/workflows/rust-ci.yaml
@@ -10,7 +10,7 @@ on:
jobs:
rust-ci:
- uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v1
+ uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
14
with:
15
run_clippy: true
16
minimum_coverage: "50"
0 commit comments