Skip to content

Commit f7ae912

Browse files
authored
Merge pull request #418 from consideRatio/pr/dependabot-config
ci: add dependabot bumping of github actions
2 parents e5cbc9c + d4c4515 commit f7ae912

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

.github/dependabot.yml

+19-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,25 @@
1-
# Please see the documentation for all configuration options:
2-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
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/configurable-http-proxy/network/updates.
6+
# - YAML anchors are not supported here or in GitHub Workflows.
7+
#
48
version: 2
59
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+
- ci
19+
620
- package-ecosystem: "npm"
721
directory: "/" # Location of package[-lock].json
822
schedule:
923
interval: "weekly"
24+
time: "05:00"
25+
timezone: "Etc/UTC"

0 commit comments

Comments
 (0)