Skip to content

Commit

Permalink
Merge pull request #113 from consideRatio/pr/add-dependabot
Browse files Browse the repository at this point in the history
ci: add dependabot to bump future github actions
  • Loading branch information
yuvipanda authored May 24, 2023
2 parents b52f127 + 25eb515 commit ea439d8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -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/systemdspawner/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 ea439d8

Please sign in to comment.