Skip to content

Commit

Permalink
ci: run dependabot less frequently (#170)
Browse files Browse the repository at this point in the history
Reduce dependabot spam
  • Loading branch information
jibel committed Jan 9, 2024
2 parents c9b24a2 + 8aa4011 commit b92fb6a
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 @@ -10,7 +10,7 @@ updates:
# default location of `.github/workflows`
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "deps(ci)"

Expand All @@ -19,21 +19,21 @@ updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "deps(go)"

- package-ecosystem: "gomod"
directory: "/tools"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "deps(go-tools)"

## Rust dependencies
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
commit-message:
prefix: "deps(rust)"

0 comments on commit b92fb6a

Please sign in to comment.