fix: bump winget releaser version & add dependabot (#4848)

* fix: bump winget releaser version

* ci: add dependabot
This commit is contained in:
sitiom 2024-05-08 14:13:55 +08:00 committed by GitHub
parent ea3786457b
commit 7466d8cb3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 16 additions and 2 deletions

14
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pub"
directory: "/flutter"
schedule:
interval: "daily"

View File

@ -4,9 +4,9 @@ on:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
runs-on: ubuntu-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
- uses: vedantmgoyal2009/winget-releaser@v2
with:
identifier: RustDesk.RustDesk
version: ${{ github.event.release.tag_name }}