Skip to content

Commit 7619e7f

Browse files
ci: add Dependabot configuration
Enable Dependabot version updates for the applicable ecosystems (github-actions, docker, and pip where present), mirroring the configuration used in tutor core, so dependencies stay current. Part of overhangio/tutor#1398
1 parent bc01ade commit 7619e7f

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
9+
- package-ecosystem: "docker"
10+
directory: "/tutorjupyter/templates/jupyter/build/hub"
11+
schedule:
12+
interval: "weekly"
13+
day: "monday"
14+
15+
- package-ecosystem: "docker"
16+
directory: "/tutorjupyter/templates/jupyter/build/lab"
17+
schedule:
18+
interval: "weekly"
19+
day: "monday"
20+
21+
- package-ecosystem: "pip"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"
25+
day: "monday"

0 commit comments

Comments
 (0)