Skip to content

Commit 6c7d3ff

Browse files
authored
Update dependabot.yml
1 parent cdb3f6d commit 6c7d3ff

1 file changed

Lines changed: 21 additions & 17 deletions

File tree

.github/dependabot.yml

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
version: 2
22
updates:
3-
# Updates for Gradle dependencies used in the app
4-
- package-ecosystem: gradle
5-
directory: "/"
3+
- package-ecosystem: "gradle"
4+
directory: "/app"
65
schedule:
7-
interval: "daily"
8-
commit-message:
9-
prefix: "⬆[Gradle]"
10-
reviewers:
11-
- "Naattukaaran"
6+
interval: "weekly"
7+
# Updates for Gradle dependencies used in the app
8+
# - package-ecosystem: gradle
9+
# directory: "/"
10+
# schedule:
11+
# interval: "daily"
12+
# commit-message:
13+
# prefix: "⬆[Gradle]"
14+
# reviewers:
15+
# - "Naattukaaran"
1216

1317

14-
# Updates for GitHub Actions used in the repository
15-
- package-ecosystem: github-actions
16-
directory: "/"
17-
schedule:
18-
interval: "weekly"
19-
commit-message:
20-
prefix: "⬆[GitHub Actions]"
21-
reviewers:
22-
- "Naattukaaran"
18+
# # Updates for GitHub Actions used in the repository
19+
# - package-ecosystem: github-actions
20+
# directory: "/"
21+
# schedule:
22+
# interval: "weekly"
23+
# commit-message:
24+
# prefix: "⬆[GitHub Actions]"
25+
# reviewers:
26+
# - "Naattukaaran"
2327

0 commit comments

Comments
 (0)