Skip to content

Commit 16c1b88

Browse files
committed
dependabot: monthly updates of github actions
1 parent fa619bd commit 16c1b88

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates
5-
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-deploy-docker/network/updates.
6+
# - YAML anchors are not supported here or in GitHub Workflows.
7+
#
68
version: 2
79
updates:
10+
# Maintain dependencies in our GitHub Workflows
811
- package-ecosystem: github-actions
912
directory: /
13+
labels: [ci]
1014
schedule:
11-
interval: weekly
15+
interval: monthly
16+
time: "05:00"
17+
timezone: Etc/UTC

0 commit comments

Comments
 (0)