Skip to content

Commit

Permalink
Merge pull request #487 from consideRatio/pr/add-dependabot
Browse files Browse the repository at this point in the history
Add dependabot.yaml to bump github actions
  • Loading branch information
consideRatio committed Jun 1, 2023
2 parents 3317c81 + f9166a0 commit 1a14c6e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
@@ -0,0 +1,16 @@
# 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: /
labels: [ci]
schedule:
interval: monthly
time: "05:00"
timezone: Etc/UTC

0 comments on commit 1a14c6e

Please sign in to comment.