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 5173326 commit 089e09aCopy full SHA for 089e09a
.github/dependabot.yml
@@ -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
13
14
.github/workflows/rust-ci.yaml
@@ -4,12 +4,12 @@ on:
push:
branches:
- main
- pull_request: null
- workflow_dispatch: null
+ pull_request:
+ workflow_dispatch:
schedule:
- cron: 0 14 * * 1
jobs:
rust-ci:
- uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v0
+ uses: IronCoreLabs/workflows/.github/workflows/rust-ci.yaml@rust-ci-v2
15
secrets: inherit
0 commit comments