Skip to content

Commit ca2b2fe

Browse files
committed
Add monthly dependabot update of github actions
1 parent aecbeda commit ca2b2fe

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/dependabot.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)