Skip to content

Commit f91d9d3

Browse files
authored
Create dependabot.yml
1 parent c22f689 commit f91d9d3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
# 1. Android/Gradle Dependencies
4+
- package-ecosystem: "gradle"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
day: "monday"
9+
time: "06:00"
10+
timezone: "Asia/Kolkata"
11+
groups:
12+
all-dependencies:
13+
patterns:
14+
- "*"
15+
16+
# 2. GitHub Actions (Workflows)
17+
- package-ecosystem: "github-actions"
18+
directory: "/"
19+
schedule:
20+
interval: "monthly"
21+
groups:
22+
all-actions:
23+
patterns:
24+
- "*"

0 commit comments

Comments
 (0)