Skip to content

Commit

Permalink
Merge pull request #299 from darbiadev/deps
Browse files Browse the repository at this point in the history
Bump app and CI dependencies
  • Loading branch information
shenanigansd authored Jul 30, 2023
2 parents 6e76359 + 8d97a63 commit dcdd7f9
Show file tree
Hide file tree
Showing 5 changed files with 331 additions and 328 deletions.
16 changes: 4 additions & 12 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2

updates:
- package-ecosystem: "github-actions"
# Workflow files stored in the
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
2 changes: 1 addition & 1 deletion .github/workflows/github-pages-rust-doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ permissions:

jobs:
docs:
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@c81e886de66f325342b120ef8289fc8e5979336c
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@4aa7c64159244d12bf9a39d42da89e80004d4af6 # v1.0.1
6 changes: 3 additions & 3 deletions .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
lint:
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@c6e8cd8568c3872c86bc65ec43483343b3c98480
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@4aa7c64159244d12bf9a39d42da89e80004d4af6 # v1.0.1

clippy:
needs: lint
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@c6e8cd8568c3872c86bc65ec43483343b3c98480
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@4aa7c64159244d12bf9a39d42da89e80004d4af6 # v1.0.1

test:
needs: clippy
Expand All @@ -32,7 +32,7 @@ jobs:
target: "x86_64-pc-windows-msvc",
}

uses: darbiadev/.github/.github/workflows/rust-test.yaml@c6e8cd8568c3872c86bc65ec43483343b3c98480
uses: darbiadev/.github/.github/workflows/rust-test.yaml@4aa7c64159244d12bf9a39d42da89e80004d4af6 # v1.0.1
with:
os: ${{ matrix.triple.os }}
target: ${{ matrix.triple.target }}
Loading

0 comments on commit dcdd7f9

Please sign in to comment.