Skip to content

Commit 669ef67

Browse files
authored
Merge pull request #3 from theavege/add/dependabot
add dependabot
2 parents 38d9769 + d7f5564 commit 669ef67

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
version: 2
3+
updates:
4+
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "monthly"
9+
10+
- package-ecosystem: "cargo"
11+
directory: "/"
12+
schedule:
13+
interval: "monthly"

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ jobs:
2020
matrix:
2121
job:
2222
- target: x86_64-unknown-linux-gnu
23-
os: ubuntu-22.04
23+
os: ubuntu-latest
2424
test: false
2525
publish: true
2626

2727
- target: x86_64-apple-darwin
2828
test: false
29-
os: macos-11
29+
os: macos-latest
3030

3131
- target: aarch64-apple-darwin
32-
os: macos-11
32+
os: macos-latest
3333

3434
- target: x86_64-pc-windows-msvc
3535
test: false
36-
os: windows-2022
36+
os: windows-latest
3737

3838
steps:
3939
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)