Skip to content

Commit 51cdaad

Browse files
authored
Merge pull request #123 from consideRatio/pr/dependabot-monthly
dependabot: monthly updates of github actions
2 parents dbd0d3f + 9228d93 commit 51cdaad

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

.github/dependabot.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
#
3+
# Notes:
4+
# - Status and logs from dependabot are provided at
5+
# https://github.com/jupyterhub/jupyterhub-deploy-docker/network/updates.
6+
# - YAML anchors are not supported here or in GitHub Workflows.
7+
#
8+
version: 2
9+
updates:
10+
# Maintain dependencies in our GitHub Workflows
11+
- package-ecosystem: github-actions
12+
directory: /
13+
labels: [ci]
14+
schedule:
15+
interval: monthly
16+
time: "05:00"
17+
timezone: Etc/UTC

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)