We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c06db commit f56a0deCopy full SHA for f56a0de
.github/dependabot.yml
@@ -3,24 +3,27 @@ updates:
3
- package-ecosystem: gradle
4
directory: "/"
5
schedule:
6
- interval: daily
+ interval: weekly
7
+ day: wednesday
8
time: "03:00"
9
timezone: Europe/Oslo
- open-pull-requests-limit: 10
10
+ open-pull-requests-limit: 20
11
12
- package-ecosystem: npm
13
versioning-strategy: increase
14
directory: "/web-frontend"
15
16
17
18
19
20
open-pull-requests-limit: 20
21
22
- package-ecosystem: "github-actions"
23
24
- interval: "daily"
25
26
27
28
29
open-pull-requests-limit: 10
0 commit comments