Closed gcabiddu closed 2 months ago
Our BKM is to let dependabot to take care of these automatically. dependabot also knows pinned workflow dependencies but needs a bit of manual work to get started:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week on Sunday
interval: "weekly"
day: "sunday"
Our BKM is to let dependabot to take care of these automatically. dependabot also knows pinned workflow dependencies but needs a bit of manual work to get started:
- package-ecosystem: "github-actions" directory: "/" schedule: # Check for updates to GitHub Actions every week on Sunday interval: "weekly" day: "sunday"
Thanks @mythi. Should we take https://github.com/intel/intel-device-plugins-for-kubernetes/ as a reference?
Thanks @mythi. Should we take https://github.com/intel/intel-device-plugins-for-kubernetes/ as a reference?
That should work. All our action versions (e.g., the CodeQL versions) are up-to-date and something dependabot knows how to update.
Update versions to latest available for all workflows in QATlib.