Skip to content

Commit

Permalink
chore(dependabot): Update config to bump v7.x
Browse files Browse the repository at this point in the history
Also change bumping intervals to weekly since we want to avoid being
overloaded with PRs.

Signed-off-by: Carson Long <12767276+ctlong@users.noreply.github.com>
  • Loading branch information
mkocher committed Jan 17, 2024
1 parent 6c78221 commit ec62a81
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,28 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"

# Maintain dependencies for Go Modules
- package-ecosystem: "gomod"
directory: "/src"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "gomod"
directory: "/src"
target-branch: "v6.x"
schedule:
interval: "daily"
interval: "weekly"
labels:
- "v6.x"
- "go"
- "dependencies"
- package-ecosystem: "gomod"
directory: "/src"
target-branch: "v7.x"
schedule:
interval: "weekly"
labels:
- "v7.x"
- "go"
- "dependencies"

0 comments on commit ec62a81

Please sign in to comment.