Merge pull request #5343 from jbampton/add-dependabot-config

feat: add Dependabot config file
This commit is contained in:
Yukihiro "Matz" Matsumoto
2021-02-16 13:08:39 +09:00
committed by GitHub
+10
View File
@@ -0,0 +1,10 @@
# Basic set up
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"