Compare commits

...

2 commits

Author SHA1 Message Date
Luís Ferreira
0089b9afd5
Merge b0c2898622 into ea165f8d65 2025-03-19 21:53:24 +01:00
Luís Ferreira
b0c2898622
ci(dependabot): add configuration to update github-actions
Signed-off-by: Luís Ferreira <contact@lsferreira.net>
2022-03-29 19:05:42 +01:00

7
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,7 @@
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"