Skip to content

Commit e385379

Browse files
committedNov 3, 2021
Increase interval for dependabot updates
1 parent 19bc644 commit e385379

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎.github/dependabot.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,31 @@ updates:
88
- package-ecosystem: "gomod" # See documentation for possible values
99
directory: "/"
1010
schedule:
11-
interval: "daily"
11+
interval: "weekly"
1212

1313
- package-ecosystem: "npm"
1414
directory: "/web"
1515
schedule:
16-
interval: "daily"
16+
interval: "monthly"
1717

1818
- package-ecosystem: "github-actions"
1919
# Workflow files stored in the
2020
# default location of `.github/workflows`
2121
directory: "/"
2222
schedule:
23-
interval: "weekly"
23+
interval: "monthly"
2424

2525
- package-ecosystem: "gitsubmodule"
2626
directory: "/"
2727
schedule:
28-
interval: "weekly"
28+
interval: "monthly"
2929

3030
- package-ecosystem: "docker"
3131
directory: "/"
3232
schedule:
33-
interval: "weekly"
33+
interval: "monthly"
3434

3535
- package-ecosystem: "docker"
3636
directory: "/web"
3737
schedule:
38-
interval: "weekly"
38+
interval: "monthly"

0 commit comments

Comments
 (0)