We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbd0d3f + 9228d93 commit 51cdaadCopy full SHA for 51cdaad
.github/dependabot.yaml
@@ -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
0 commit comments