chore: add dependabot

This commit is contained in:
Ryan Cao 2023-07-21 16:07:27 +08:00
parent ec939ca6ac
commit a2f0acb9d4
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{ github.event.release.tag_name }}