Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 785a294

Browse files
authored
Create dependabot.yml
1 parent 834d68e commit 785a294

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

.github/dependabot.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
version: 2
2+
updates:
3+
# Ruby Bundler (for Gemfile and Gemfile.lock)
4+
- package-ecosystem: "bundler"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
9+
# GitHub Actions (for updating GitHub Actions workflow dependencies)
10+
- package-ecosystem: "github-actions"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
15+
# JavaScript (for package.json and yarn.lock or package-lock.json)
16+
- package-ecosystem: "npm"
17+
directory: "/"
18+
schedule:
19+
interval: "weekly"
20+
21+
# Docker (for Dockerfile updates)
22+
- package-ecosystem: "docker"
23+
directory: "/"
24+
schedule:
25+
interval: "weekly"
26+
27+
# Terraform (for .tf files in the terraform/ directory)
28+
- package-ecosystem: "terraform"
29+
directory: "/terraform"
30+
schedule:
31+
interval: "weekly"

0 commit comments

Comments
 (0)