pin versions and use dependabot to update them (#56)

This commit is contained in:
Zach White
2021-06-23 19:28:31 -07:00
committed by GitHub
parent 0dbe3dc448
commit 8d9b3b2880
3 changed files with 69 additions and 12 deletions
+15
View File
@@ -0,0 +1,15 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "daily"
reviewers:
- "qmk/collaborators"