Skip to content

Commit 2310243

Browse files
authored
Merge pull request #2927 from replicatedhq/St0rmz1-patch-1
Create dependabot.yml
2 parents e3410c3 + c0e2f69 commit 2310243

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
updates:
3+
# Update npm dependencies based on package.json
4+
- package-ecosystem: "npm"
5+
directory: "/" # Root directory
6+
schedule:
7+
interval: "weekly"
8+
9+
# Update Yarn dependencies based on yarn.lock
10+
- package-ecosystem: "yarn"
11+
directory: "/" # Root directory
12+
schedule:
13+
interval: "weekly"
14+
15+
# Keep Dependabot itself up to date
16+
- package-ecosystem: "github-actions"
17+
directory: "/" # Root directory (or specify if actions are elsewhere)
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)