Skip to content

Commit

Permalink
Merge pull request #3 from theavege/add/dependabot
Browse files Browse the repository at this point in the history
add dependabot
  • Loading branch information
silvioprog authored Jan 25, 2025
2 parents 38d9769 + d7f5564 commit 669ef67
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 669ef67

Please sign in to comment.