Update Winget Releaser workflow (#208)

* Update Winget Releaser workflow

* Add github-actions to dependabot
This commit is contained in:
sitiom 2022-09-30 01:08:27 +08:00 committed by GitHub
parent 3e94ac9392
commit 7701a5e8fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

View File

@ -1,9 +1,13 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: "daily"
time: "13:00" - package-ecosystem: npm
open-pull-requests-limit: 99 directory: "/"
versioning-strategy: increase schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 99
versioning-strategy: increase

View File

@ -7,7 +7,7 @@ jobs:
publish: publish:
runs-on: windows-latest # Action can only be run on windows runs-on: windows-latest # Action can only be run on windows
steps: steps:
- uses: vedantmgoyal2009/winget-releaser@latest - uses: vedantmgoyal2009/winget-releaser@v1
with: with:
identifier: ArmCord.ArmCord identifier: ArmCord.ArmCord
token: ${{ secrets.WINGET_TOKEN }} token: ${{ secrets.WINGET_TOKEN }}