diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a1f0c4..86a39e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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 diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 7c9a3ac..a2cfb21 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -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 }}