feat: add Dependabot config file

Set for GitHub Actions to check for update everyday.

When you add or update the dependabot.yml file, this triggers an immediate check for version updates. Any options that also affect security updates are used the next time a security alert triggers a pull request for a security update.

https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
This commit is contained in:
John Bampton
2021-02-13 17:34:33 +10:00
parent 9a9c95986a
commit d52da3fe77
+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"