Add github workflow to auto update hashes daily (#12053)

This commit is contained in:
Max Gautier
2025-03-27 22:10:34 +01:00
committed by GitHub
parent 1513254622
commit aae53a9df5
3 changed files with 104 additions and 0 deletions

View File

@@ -12,3 +12,9 @@ updates:
patterns:
- molecule
- molecule-plugins*
- package-ecosystem: "github-actions"
directory: "/"
labels:
- release-note-none
schedule:
interval: "weekly"