Skip to content

Commit b1b2341

Browse files
authored
Merge pull request #93 from consideRatio/pr/add-dependabot-config
ci: add dependabot.yml to keep gha updated
2 parents de91afa + 6a05b17 commit b1b2341

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)