Add reusable workflow

This commit is contained in:
2022-08-17 14:22:20 +00:00
parent c2798ac985
commit b17cc211b2
2 changed files with 134 additions and 0 deletions

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

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