File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 4
4
# - Status and logs from dependabot are provided at
5
5
# https://github.com/jupyterhub/zero-to-jupyterhub-k8s/network/updates.
6
6
# - YAML anchors are not supported here or in GitHub Workflows.
7
- # - versioning-strategy: lockfile-only must not be used if you only have a plain
8
- # requirements.txt like we do in images/singleuser-sample.
9
7
#
10
8
version : 2
11
9
updates :
12
- # Maintain Python dependencies for the jupyterhub/k8s-singleuser-sample image
13
- - package-ecosystem : pip
14
- directory : " /images/singleuser-sample"
15
- schedule :
16
- interval : daily
17
- time : " 05:00"
18
- timezone : " Etc/UTC"
19
- # ignore is applied as we need to bump this version in multiple locations,
20
- # and not just in the singleuser-sample image, for which we have a dedicated
21
- # job in the watch-dependencies.yaml workflow file.
22
- #
23
- ignore :
24
- - dependency-name : jupyterhub
25
- labels :
26
- - dependencies
27
-
28
10
# Maintain dependencies in our GitHub Workflows
29
11
- package-ecosystem : github-actions
30
12
directory : " /" # This should be / rather than .github/workflows
31
13
schedule :
32
14
interval : weekly
33
15
time : " 05:00"
34
16
timezone : " Etc/UTC"
35
- labels :
36
- - dependencies
You can’t perform that action at this time.
0 commit comments