Skip to content

Commit c907f36

Browse files
committed
Change dependabot interval from daily to monthly
1 parent 51f4627 commit c907f36

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@ updates:
99
- package-ecosystem: "gomod"
1010
directory: "/"
1111
schedule:
12-
interval: "daily"
12+
interval: "monthly"
1313

1414
# Maintain dependencies for build tools
1515
- package-ecosystem: "gomod"
1616
directory: "/tools"
1717
schedule:
18-
interval: "daily"
18+
interval: "monthly"
1919

2020
# Maintain dependencies for GitHub Actions
2121
- package-ecosystem: "github-actions"
2222
directory: "/"
2323
schedule:
24-
interval: "daily"
24+
interval: "monthly"
2525

2626
# Maintain dependencies for Dockerfile
2727
- package-ecosystem: "docker"
2828
directory: "/"
2929
schedule:
30-
interval: "daily"
30+
interval: "monthly"

0 commit comments

Comments
 (0)