Merge pull request #891 from gabrielguerrer/master #128
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
# See: https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#about-the-dependabotyml-file | |
version: 2 | |
updates: | |
# Configure check for outdated GitHub Actions actions in workflows. | |
# See: https://docs.github.com/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot | |
- package-ecosystem: github-actions | |
directory: / # Check the repository's workflows under /.github/workflows/ | |
schedule: | |
interval: daily |