We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1fe70 commit b947d24Copy full SHA for b947d24
.github/dependabot.yaml
@@ -0,0 +1,16 @@
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-python-repo-template/network/updates.
6
7
+version: 2
8
+updates:
9
+ # Maintain dependencies in our GitHub Workflows
10
+ - package-ecosystem: github-actions
11
+ directory: /
12
+ labels: [ci]
13
+ schedule:
14
+ interval: monthly
15
+ time: "05:00"
16
+ timezone: Etc/UTC
0 commit comments