Merge pull request #63 from wojsmol/add/dependabot-config

Add dependabot configuration for GHA
This commit is contained in:
Chris Titus
2024-07-14 13:19:25 -05:00
committed by GitHub

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

@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "ChrisTitusTech"