Skip to content

Commit aab0522

Browse files
authored
Create dependabot.yml
1 parent 1b420d8 commit aab0522

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+
# GitHub Actions - updates uses: statements in workflows
4+
- package-ecosystem: "github-actions"
5+
directory: "/" # Where your .github/workflows/ folder is
6+
schedule:
7+
interval: "weekly"
8+
9+
# Gradle - updates dependencies in build.gradle or build.gradle.kts
10+
- package-ecosystem: "gradle"
11+
directory: "/" # Adjust if build.gradle is in a subfolder
12+
schedule:
13+
interval: "weekly"
14+
15+
# NPM
16+
- package-ecosystem: "npm"
17+
directory: "/" # adjust if needed
18+
schedule:
19+
interval: "weekly"

0 commit comments

Comments
 (0)