Skip to content

Commit

Permalink
Update dependabot to run weekly (#922)
Browse files Browse the repository at this point in the history
  • Loading branch information
kencochrane authored Oct 4, 2023
1 parent 6d16a78 commit 533af4a
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,43 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
commit-message:
prefix: "chore(deps):"

- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
commit-message:
prefix: "chore(deps):"

- package-ecosystem: "npm"
directory: "/ui"
versioning-strategy: increase
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
commit-message:
prefix: "chore(deps):"
groups:
akp-js-patch:
js-patch:
update-types:
- "patch"
akp-js-minor:
js-minor:
update-types:
- "minor"
akp-js-major:
js-major:
update-types:
- "major"

- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "sunday"
commit-message:
prefix: "chore(deps):"
groups:
Expand All @@ -50,4 +54,4 @@ updates:
- "minor"
go-major:
update-types:
- "major"
- "major"

0 comments on commit 533af4a

Please sign in to comment.