Skip to content

Commit eefe6f4

Browse files
author
eric vz
committed
add dependabot configuration
1 parent 151265d commit eefe6f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker" # See documentation for possible values
4+
directory: "/" # Location of package manifests
5+
schedule:
6+
interval: "monthly"
7+
- package-ecosystem: "pip" # See documentation for possible values
8+
directory: "/" # Location of package manifests
9+
schedule:
10+
interval: "monthly"
11+
- package-ecosystem: "github-actions" # See documentation for possible values
12+
directory: "/" # Location of package manifests
13+
schedule:
14+
interval: "monthly"

0 commit comments

Comments
 (0)