Skip to content

Commit

Permalink
add dependabot (#13)
Browse files Browse the repository at this point in the history
* add dependabot
  • Loading branch information
theavege authored Jan 26, 2025
1 parent 13e811f commit 668576c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"

- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ jobs:
matrix:
job:
- target: x86_64-unknown-linux-gnu
os: ubuntu-22.04
os: ubuntu-latest
test: false
publish: true

- target: x86_64-apple-darwin
test: false
os: macos-11
os: macos-latest

- target: aarch64-apple-darwin
os: macos-11
os: macos-latest

- target: x86_64-pc-windows-msvc
test: false
os: windows-2022
os: windows-latest

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 668576c

Please sign in to comment.