Skip to content

Commit

Permalink
Merge pull request #33 from consideRatio/pr/3
Browse files Browse the repository at this point in the history
ci: add dependabot to bump github actions
  • Loading branch information
yuvipanda authored Sep 3, 2022
2 parents 97b4284 + f773e30 commit 1f7947d
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.yml 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/gh-scoped-creds/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: "/" # This should be / rather than .github/workflows
schedule:
interval: weekly
time: "05:00"
timezone: "Etc/UTC"

0 comments on commit 1f7947d

Please sign in to comment.