Skip to content

Commit

Permalink
Merge pull request #22 from consideRatio/pr/add-dependabot
Browse files Browse the repository at this point in the history
maint: add dependabot for github actions
  • Loading branch information
yuvipanda authored Jan 14, 2023
2 parents 5457ee0 + 39ec584 commit f2f6de4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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/jupyter-remote-desktop-proxy/network/updates.
# - YAML anchors are not supported here or in GitHub Workflows.
#
version: 2
updates:
# Maintain dependencies in our GitHub Workflows
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: monthly
time: "05:00"
timezone: "Etc/UTC"
labels:
- ci
- dependencies

0 comments on commit f2f6de4

Please sign in to comment.