Update GitHub Actions: Build Triggers, upload-artifact (#720) #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Uses dependabot to check things | |
version: 2 | |
updates: | |
# Enable version updates for GitHub Actions | |
- package-ecosystem: "github-actions" | |
# The default location of the bot is `.github/workflows` | |
directory: "/" | |
schedule: | |
interval: "weekly" |