Skip to content

Commit

Permalink
Create nuget.autoupdate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot authored Apr 25, 2024
1 parent cdc3b74 commit 3aff5d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/nuget.autoupdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Automated NuGet Dependency Updates

concurrency: ci-${{ github.ref }}

on:
workflow_dispatch:

schedule:
- cron: "0/15 16-23,0-9 * * *"

env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true

jobs:
call-workflow-nuget-autoupdate:
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.autoupdate.yml@main
secrets:
github-pat: ${{ secrets.AUTOMATED_DEPENDENCY_UPDATES_TOKEN }}

0 comments on commit 3aff5d1

Please sign in to comment.