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
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 99
versioning-strategy: increase
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "13:00"
open-pull-requests-limit: 99
versioning-strategy: increase

View File

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