Reduce dependabot frequency

This commit is contained in:
Ajeet D'Souza 2023-05-07 22:42:49 +05:30
parent 8cc60db108
commit 35e19bea14
2 changed files with 5 additions and 10 deletions

View File

@ -1,10 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: weekly

View File

@ -1,11 +1,10 @@
name: Publish to Winget
name: winget
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # Action can only run on Windows
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@v2
with: