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.
1 parent aecbeda commit ca2b2feCopy full SHA for ca2b2fe
.github/workflows/dependabot.yaml
@@ -0,0 +1,15 @@
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/nbgitpuller/network/updates.
6
7
+version: 2
8
+updates:
9
+ # Maintain dependencies in our GitHub Workflows
10
+ - package-ecosystem: github-actions
11
+ directory: "/"
12
+ schedule:
13
+ interval: monthly
14
+ time: "05:00"
15
+ timezone: "Etc/UTC"
0 commit comments