Compare commits

...

2 Commits

Author SHA1 Message Date
Luís Ferreira
2639725a0e
Merge b0c2898622 into 3eadd8b791 2024-10-02 12:12:40 +09: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"