Use Dependabot to update the version of GitHub actions used in our own GitHub Actions

This commit is contained in:
Magne Sjaastad 2024-08-13 16:02:23 +02:00 committed by GitHub
parent c0334cce62
commit 17ba68f45b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,8 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: gitsubmodule - package-ecosystem: "github-actions"
directory: "/" directory: "/"
allow:
- dependency-name: "ThirdParty/fast_float"
- dependency-name: "ThirdParty/qtadvanceddocking"
- dependency-name: "ThirdParty/regression-analysis"
- dependency-name: "ThirdParty/roff-cpp"
- dependency-name: "ThirdParty/spdlog"
- dependency-name: "ThirdParty/tomlplusplus"
schedule: schedule:
# Check for updates to GitHub Actions every week
interval: "weekly" interval: "weekly"