Skip to content

Commit

Permalink
Change dependabot interval from daily to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Aug 31, 2021
1 parent 51f4627 commit c907f36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

# Maintain dependencies for build tools
- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
interval: "monthly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

# Maintain dependencies for Dockerfile
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

0 comments on commit c907f36

Please sign in to comment.