Skip to content

Commit bfdde95

Browse files
authored
Update dependabot.yaml
1 parent 5cf549d commit bfdde95

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/dependabot.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ updates:
33
- package-ecosystem: "gradle"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
day: "monday"
88
time: "08:00"
99
timezone: "Europe/Moscow"
10-
rebase-strategy: "disabled"
10+
rebase-strategy: "auto"
11+
open-pull-requests-limit: 1
1112
groups:
1213
versions:
1314
dependency-type: production
@@ -16,15 +17,16 @@ updates:
1617
- major
1718
- minor
1819
- patch
19-
open-pull-requests-limit: 1
2020

2121
- package-ecosystem: "github-actions"
2222
directory: "/"
2323
schedule:
24-
interval: "weekly"
24+
interval: "monthly"
2525
day: "monday"
2626
time: "08:00"
2727
timezone: "Europe/Moscow"
28+
rebase-strategy: "auto"
29+
open-pull-requests-limit: 1
2830
groups:
2931
versions:
3032
dependency-type: production
@@ -33,5 +35,3 @@ updates:
3335
- major
3436
- minor
3537
- patch
36-
rebase-strategy: "disabled"
37-
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)