Skip to content

Commit 16b5e17

Browse files
committed
added dependabot
1 parent 8f2806a commit 16b5e17

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: "monthly"
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: "monthly"
14+
15+
# NPM
16+
- package-ecosystem: "npm"
17+
directory: "/" # adjust if needed
18+
schedule:
19+
interval: "monthly"

0 commit comments

Comments
 (0)