Update dependencies (round 4) #520
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) .NET Foundation and Contributors | |
# See LICENSE file in the project root for full license information. | |
# This workflow will periodically check .NET nanoFramework dependencies and updates them in the repository it's running. | |
name: Update dependencies (round 4) | |
on: | |
schedule: | |
# Round 4/5: Executes 30 minutes after round 3 (03:30 UTC) to allow enough time for any changes to propagate. | |
# (taking into account PR merge and build branch). | |
- cron: '30 03 * * Mon,Wed' | |
repository_dispatch: | |
types: update-dependencies | |
workflow_dispatch: | |
jobs: | |
update-nuget-dependencies: | |
name: nanoFramework | |
uses: nanoframework/nf-tools/.github/workflows/update-dependencies.yml@main | |
secrets: inherit | |
with: | |
timeout-minutes: 120 # It takes a long time as IoT devices has lots of solutions to update! | |
solutionsToCheck: '*.sln' | |
workingDirectory: devices | |
branchToPr: 'develop' | |
# these projects are in other update rounds or in the works (genereted devices) | |
exclusionList: 'Card,CharacterLcd,Ft6xx6x,ShiftRegister,NumberHelper,System.Buffers.Binary.BinaryPrimitives,Multiplexing,System.Device.Model,System.Diagnostics.Stopwatch,System.Drawing,System.Numerics,WeatherHelper,BoardLed,BuildHat,Common,Display,Ft232H,Ili9341,Pca9685,RGBLedMatrix,Scd4x,SensorHub,SocketCan,Ssd1351,StUsb4500,UFireIse' |