github: Update workflows.

* Disable fast fail.
* Add dependabot config.
This commit is contained in:
iabdalkader 2022-02-12 18:10:04 +02:00
parent 92325b9b9a
commit 9c1a08f46f
2 changed files with 9 additions and 0 deletions

8
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,8 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

View File

@ -25,6 +25,7 @@ jobs:
strategy: strategy:
matrix: matrix:
target: [OPENMV2, OPENMV3, OPENMV4, OPENMV4P, PORTENTA, OPENMVPT, NICLAV, NANO33, ARDUINO_NANO_RP2040_CONNECT] target: [OPENMV2, OPENMV3, OPENMV4, OPENMV4P, PORTENTA, OPENMVPT, NICLAV, NANO33, ARDUINO_NANO_RP2040_CONNECT]
fail-fast: false
steps: steps:
- name: '⏳ Checkout repository' - name: '⏳ Checkout repository'
uses: actions/checkout@v2 uses: actions/checkout@v2