Add build docker image workflow

This commit is contained in:
2023-10-16 00:45:23 +02:00
parent dc8606c887
commit 93ee7d0cd9
3 changed files with 78 additions and 0 deletions

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"