File tree 1 file changed +19
-3
lines changed
1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- # Please see the documentation for all configuration options:
2
- # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
-
1
+ # dependabot.yml 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/configurable-http-proxy/network/updates.
6
+ # - YAML anchors are not supported here or in GitHub Workflows.
7
+ #
4
8
version : 2
5
9
updates :
10
+ # Maintain dependencies in our GitHub Workflows
11
+ - package-ecosystem : github-actions
12
+ directory : " /" # This should be / rather than .github/workflows
13
+ schedule :
14
+ interval : weekly
15
+ time : " 05:00"
16
+ timezone : " Etc/UTC"
17
+ labels :
18
+ - ci
19
+
6
20
- package-ecosystem : " npm"
7
21
directory : " /" # Location of package[-lock].json
8
22
schedule :
9
23
interval : " weekly"
24
+ time : " 05:00"
25
+ timezone : " Etc/UTC"
You can’t perform that action at this time.
0 commit comments