Upgrade GitHub workflow packages and configure dependabot

This commit is contained in:
Tim de Pater
2023-01-07 07:34:15 +01:00
parent d6e6462884
commit 8944c19e6c
2 changed files with 14 additions and 4 deletions

10
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"