Merge pull request #117 from consideRatio/pr/cl102 #19
This file contains hidden or 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
# dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file | |
# | |
# Notes: | |
# - Status and logs from dependabot are provided at | |
# https://github.com/jupyterhub/jupyterhub-python-repo-template/network/updates. | |
# | |
version: 2 | |
updates: | |
# Maintain dependencies in our GitHub Workflows | |
- package-ecosystem: github-actions | |
directory: / | |
schedule: | |
interval: monthly | |
time: "05:00" | |
timezone: Etc/UTC |