Skip to content

Commit 51d874b

Browse files
authored
Come home, dependabot (#5290)
1 parent 4c9e823 commit 51d874b

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "08:00"
9+
timezone: "America/Los_Angeles"
10+
labels:
11+
- "skip-changelog"
12+
group:
13+
all-dependencies:
14+
patterns:
15+
- "*"

0 commit comments

Comments
 (0)