Merge pull request #7 from jonasbn/dependabot_configuration #1
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
# Basic dependabot.yml file | |
# REF: https://docs.github.com/en/code-security/supply-chain-security/keeping-your-actions-up-to-date-with-dependabot | |
version: 2 | |
updates: | |
# Enable version updates for Actions | |
- package-ecosystem: "github-actions" | |
# Look for `.github/workflows` in the `root` directory | |
directory: "/" | |
# Check for updates once a week | |
schedule: | |
interval: "weekly" |