We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de91afa + 6a05b17 commit b1b2341Copy full SHA for b1b2341
.github/dependabot.yml
@@ -0,0 +1,18 @@
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/ltiauthenticator/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: "/" # This should be / rather than .github/workflows
13
+ schedule:
14
+ interval: weekly
15
+ time: "05:00"
16
+ timezone: "Etc/UTC"
17
+ labels:
18
+ - dependencies
0 commit comments