Removes tags as trigger in package down #1
Workflow file for this run
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" | |
# Workflow files stored in the default location of `.github/workflows` | |
# You don't need to specify `/.github/workflows` for `directory`. | |
# You can use `directory: "/"`. | |
directory: "/" | |
schedule: | |
interval: "weekly" |