File tree Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Expand file tree Collapse file tree 1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change 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+ #
68version : 2
79updates :
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
You can’t perform that action at this time.
0 commit comments